refactor(tmux): combine sesh scripts into single bash script

Replace sesh-gum.sh and sesh-tmux.fish with a unified sesh.sh that
cascades through available tools: gum, fzf-tmux, fzf, bash select.
Falls back to native tmux choose-tree if sesh is not installed.
This commit is contained in:
2026-02-04 02:49:30 +02:00
parent 3e6b80b598
commit 9b7942a9fb
4 changed files with 80 additions and 37 deletions

View File

@@ -89,7 +89,7 @@ bind C-p previous-window
bind C-n next-window
# global sessions
bind -N "sesh selection" t display-popup -E "$HOME/.dotfiles/config/tmux/sesh-gum.sh"
bind -N "sesh selection" t display-popup -E "$HOME/.dotfiles/config/tmux/sesh.sh"
bind -N "last-session (via sesh) " L run-shell "sesh last"
bind -N "sesh ui" N display-popup -E "sesh ui"