tmux: Use sesh for tmux session management

The zsh tmux plugin has been removed and instead fzf is shown to select
a session.
This commit is contained in:
2025-09-11 01:48:51 +02:00
parent 25b3a169a2
commit 1176535475
3 changed files with 31 additions and 5 deletions

View File

@@ -73,3 +73,5 @@ bind-key -n M-7 select-window -t 7
bind-key -n M-8 select-window -t 8
bind-key -n M-9 select-window -t 9
bind-key -n M-0 select-window -t 10
bind-key "a" run-shell "sesh-select"