feat(tmux): mappings swap-pane

This commit is contained in:
thek4n 2024-05-15 16:59:00 +03:00
parent 0a12479916
commit cffaeaec6c

View File

@ -143,10 +143,10 @@ bind -n C-M-k resize-pane -U
# Swappings panes
bind -n M-L swap-pane -t '{left-of}'
bind -n M-H swap-pane -t '{right-of}'
bind -n M-J swap-pane -t '{down-of}'
bind -n M-K swap-pane -t '{up-of}'
bind -n M-L swap-pane -d -t '{left-of}'
bind -n M-H swap-pane -d -t '{right-of}'
bind -n M-J swap-pane -d -t '{down-of}'
bind -n M-K swap-pane -d -t '{up-of}'
# Copy mode