From 231f2e79e42be022b0318e984f2ffb345ebf1af5 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 11 Sep 2024 16:51:56 +0200 Subject: [PATCH] chore(tmux): update shortcut --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 0e11de0..f5c8d43 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,7 +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 ! switch-client -l bind-key J resize-pane -D 5 bind-key K resize-pane -U 5