feat(tmux): edit swap panes mappings
This commit is contained in:
parent
6ec8aabc58
commit
8da56e84a5
@ -101,10 +101,10 @@ bind -n C-M-k resize-pane -U
|
|||||||
|
|
||||||
|
|
||||||
# Swappings panes
|
# Swappings panes
|
||||||
bind -n M-L swap-pane -t '{right-of}'
|
bind -n M-L swap-pane -d -Z -t '{right-of}'
|
||||||
bind -n M-H swap-pane -t '{left-of}'
|
bind -n M-H swap-pane -d -Z -t '{left-of}'
|
||||||
bind -n M-J swap-pane -t '{down-of}'
|
bind -n M-J swap-pane -d -Z -t '{down-of}'
|
||||||
bind -n M-K swap-pane -t '{up-of}'
|
bind -n M-K swap-pane -d -Z -t '{up-of}'
|
||||||
|
|
||||||
|
|
||||||
# Sync panes
|
# Sync panes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user