chore(tmux): change sesh default to tmux list

This commit is contained in:
Stefan Imhoff
2024-09-06 15:02:54 +02:00
parent 8d51aa61f8
commit 51536615a9

View File

@@ -127,7 +127,7 @@ bind-key v command-prompt "rename-window '%%'"
# Sesh integration # Sesh integration
bind-key "T" run-shell "sesh connect \"$( bind-key "T" run-shell "sesh connect \"$(
sesh list | fzf-tmux -p 55%,60% \ sesh list -t | fzf-tmux -p 55%,60% \
--no-sort --ansi --border-label ' sesh ' --prompt '⚡ ' \ --no-sort --ansi --border-label ' sesh ' --prompt '⚡ ' \
--header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \ --header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \
--bind 'tab:down,btab:up' \ --bind 'tab:down,btab:up' \