tmux.conf: update shortcuts

This commit is contained in:
Rob Watson 2022-07-14 17:26:49 +02:00
parent 51af20dabc
commit 726b7ef0e6
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ bind-key -n M-Up select-pane -U
bind-key -n M-Down select-pane -D
# Shift arrow to switch windows
bind-key -n S-Left previous-window
bind-key -n S-Right next-window
bind-key -n M-S-Left previous-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-Right swap-window -t +1\; select-window -t +1