fix(tmux): fix swap pane mappings
This commit is contained in:
parent
ad425f8229
commit
2378ecee87
@ -90,8 +90,8 @@ bind -n C-M-k resize-pane -U
|
|||||||
|
|
||||||
|
|
||||||
# Swappings panes
|
# Swappings panes
|
||||||
bind -n M-L swap-pane -t '{left-of}'
|
bind -n M-L swap-pane -t '{right-of}'
|
||||||
bind -n M-H swap-pane -t '{right-of}'
|
bind -n M-H swap-pane -t '{left-of}'
|
||||||
bind -n M-J swap-pane -t '{down-of}'
|
bind -n M-J swap-pane -t '{down-of}'
|
||||||
bind -n M-K swap-pane -t '{up-of}'
|
bind -n M-K swap-pane -t '{up-of}'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user