[tmux] adjust tmux swap-pane bind

This commit is contained in:
Marco Thomas
2022-11-04 00:35:15 +01:00
parent cdacf72dc5
commit 250c266183

View File

@@ -37,8 +37,8 @@ bind-key -n M-8 select-window -t 8
bind-key -n M-9 select-window -t 9
# swap panes
bind-key -n 'M-[' swap-pane -D
bind-key -n 'M-]' swap-pane -U
bind-key -n 'M-H' swap-pane -D
bind-key -n 'M-L' swap-pane -U
# move panes to and from windows
bind-key -n 'M-t' command-prompt -p "Send pane to:" "join-pane -t :'%%'"