fix(tmux): fix swapping mappings

This commit is contained in:
thek4n 2024-05-14 11:52:56 +03:00
parent daf376980e
commit 00f77b361b

View File

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