No description
  • Shell 99.6%
  • Makefile 0.4%
Find a file
2026-06-05 01:21:05 +02:00
scripts some sessionizer improvements 2026-06-05 01:01:45 +02:00
.gitignore added gitignore and added sess config 2025-12-16 17:46:12 +01:00
.stow-local-ignore addet .stow-local-ignore 2024-08-21 17:19:42 +02:00
README.md Added more flags to the config file 2026-01-20 16:25:57 +01:00
tmux.conf wip 2026-06-05 01:21:05 +02:00
tmux.plugins some small improvements 2026-06-04 11:07:41 +02:00

tmux

session setup

sessions.sh - script under ~/.config/tmux/scripts/sessions.sh - Uses configuration file under: ~/.sessions

# vim: ft=bash
SESSION_DIRS=(
  "$HOME/:1"
  "$HOME/.config:1"
)
# CUSTOM_CMD=fzf # use a custom fzf command entierly
FZF_TOOL=skim # use a different fzf-tool with prebuild settings (fzf | skim | gum)

SET_GIT=true # looks for a git/ directory in ~/ in pure bash..