[tmux] Bind swap-window to a shortcut that works via prefix

This commit is contained in:
Sebastian Schulze 2019-10-18 12:17:59 +02:00
parent 80a03719dd
commit 13faf0ad65
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ bind-key C-l last-window
bind-key -n C-S-Left swap-window -t -1
bind-key -n C-S-Right swap-window -t +1
bind-key S-Left swap-window -t -1
bind-key S-Right swap-window -t +1
bind-key -n C-S-Up switch-client -p
bind-key -n C-S-Down switch-client -n