[tmux] adjust tmux swap-pane bind
This commit is contained in:
@@ -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 :'%%'"
|
||||
|
||||
Reference in New Issue
Block a user