feat(tmux): add switch-client -l shortcut

This commit is contained in:
Rob Watson 2024-09-10 10:13:11 +02:00
parent 0f018f2add
commit 5b5282855f
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ bind-key c new-window -n 'cli'
bind-key e new-window -n 'vim' zsh -ic nvim
bind-key C rename-window 'cli'
bind-key E rename-window 'vim'
bind-key 6 switch-client -l
bind-key J resize-pane -D 5
bind-key K resize-pane -U 5