From b38b887098bf09687dd537c39ec4184a6eb4d26f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 27 Aug 2023 15:02:17 +0300 Subject: [PATCH] fix(tmux): change nvim conflicting bind --- config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 5ae6e03..257fd5a 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -56,9 +56,9 @@ bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D -# Shift arrow to switch windows -bind -n S-Left previous-window -bind -n S-Right next-window +# Control-Tab & Control-Shift-Tab to switch windows +bind -n C-Tab previous-window +bind -n C-S-Tab next-window # Shift Alt vim keys to switch windows bind -n M-H previous-window