tmux: add join-pane/swap-window shortcuts

feature/improve-speed
bretello 2021-09-27 08:45:56 +02:00
parent 9b2328aad3
commit 23a9369e66
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 4 additions and 0 deletions

View File

@ -130,3 +130,7 @@ bind-key k select-pane -U
bind-key l select-pane -R
bind-key t swap-window -t +1
bind-key T swap-window -t -1
bind-key S choose-window 'join-pane -v -s "%%"'
bind-key V choose-window 'join-pane -h -s "%%"'
bind-key W choose-window 'swap-window -t "%%"'