From 5b5282855f0b7a6ed1f527490f32bfe257f9fcdf Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 10 Sep 2024 10:13:11 +0200 Subject: [PATCH] feat(tmux): add switch-client -l shortcut --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 97e4c9a..0e11de0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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