tmux.conf: update shortcuts
This commit is contained in:
parent
51af20dabc
commit
726b7ef0e6
|
@ -57,8 +57,8 @@ bind-key -n M-Up select-pane -U
|
||||||
bind-key -n M-Down select-pane -D
|
bind-key -n M-Down select-pane -D
|
||||||
|
|
||||||
# Shift arrow to switch windows
|
# Shift arrow to switch windows
|
||||||
bind-key -n S-Left previous-window
|
bind-key -n M-S-Left previous-window
|
||||||
bind-key -n S-Right next-window
|
bind-key -n M-S-Right next-window
|
||||||
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
|
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
|
||||||
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue