mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-24 12:31:31 +01:00
tmux: add join-pane/swap-window shortcuts
This commit is contained in:
parent
9b2328aad3
commit
23a9369e66
|
@ -130,3 +130,7 @@ bind-key k select-pane -U
|
||||||
bind-key l select-pane -R
|
bind-key l select-pane -R
|
||||||
bind-key t swap-window -t +1
|
bind-key t swap-window -t +1
|
||||||
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 "%%"'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user