mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 09:48:01 +00:00
fix(tmux): change nvim conflicting bind
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user