Rebind window switching for tmux

This commit is contained in:
pro100ton 2025-02-01 19:16:31 +03:00
parent 2e3dfb5641
commit 0cc4279ea9

View file

@ -11,8 +11,8 @@ set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark' # or 'light' set -g @tmux-gruvbox 'dark' # or 'light'
# Shift Alt vim keys to switch windows # Shift Alt vim keys to switch windows
bind -n M-H previous-window bind -n M-P previous-window
bind -n M-L next-window bind -n M-N next-window
# Start windows and panes at 1, not 0 # Start windows and panes at 1, not 0
set -g base-index 1 set -g base-index 1