Rebind window switching for tmux
This commit is contained in:
parent
2e3dfb5641
commit
0cc4279ea9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue