From 0cc4279ea9853eb126242599baa5d45874b4bc35 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sat, 1 Feb 2025 19:16:31 +0300 Subject: [PATCH] Rebind window switching for tmux --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4efa82c..5be1883 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -11,8 +11,8 @@ set -g @plugin 'egel/tmux-gruvbox' set -g @tmux-gruvbox 'dark' # or 'light' # Shift Alt vim keys to switch windows -bind -n M-H previous-window -bind -n M-L next-window +bind -n M-P previous-window +bind -n M-N next-window # Start windows and panes at 1, not 0 set -g base-index 1