From 00f77b361b7f87fef8d034a3330fd0bc61d49d05 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 14 May 2024 11:52:56 +0300 Subject: [PATCH] fix(tmux): fix swapping mappings --- home/user/.config/tmux/mappings.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index c0cdf4d..bb138a7 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -140,10 +140,10 @@ bind -n C-M-k resize-pane -U # Swappings panes -bind -n C-M-L swap-pane -t '{left-of}' -bind -n C-M-H swap-pane -t '{right-of}' -bind -n C-M-J swap-pane -t '{down-of}' -bind -n C-M-K swap-pane -t '{up-of}' +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}' # Copy mode