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