mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-11 19:52:17 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user