From 8da56e84a53dc05c673601fcfc5765f7fb8339ed Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 2 Jun 2024 22:51:29 +0300 Subject: [PATCH] feat(tmux): edit swap panes 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 ccbdbba..3476f4a 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -101,10 +101,10 @@ bind -n C-M-k resize-pane -U # Swappings panes -bind -n M-L 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-K swap-pane -t '{up-of}' +bind -n M-L swap-pane -d -Z -t '{right-of}' +bind -n M-H swap-pane -d -Z -t '{left-of}' +bind -n M-J swap-pane -d -Z -t '{down-of}' +bind -n M-K swap-pane -d -Z -t '{up-of}' # Sync panes