From 8fe7f9a37cdc39091066dd40f8368a6228f7e0fd Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Mon, 28 Feb 2022 18:56:54 +0900
Subject: feat(home/base): swap-panes on Alt

---
 home/profiles/base/config/tmux.nix | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'home/profiles')

diff --git a/home/profiles/base/config/tmux.nix b/home/profiles/base/config/tmux.nix
index 7b3f90c..0b5eea4 100644
--- a/home/profiles/base/config/tmux.nix
+++ b/home/profiles/base/config/tmux.nix
@@ -30,10 +30,8 @@
   bind -n C-M-k resize-pane -U 2
   bind -n C-M-l resize-pane -R 2
 
-  bind -n C-S-h swap-pane -U
-  bind -n C-S-j swap-pane -U
-  bind -n C-S-k swap-pane -D
-  bind -n C-S-l swap-pane -D
+  bind -n M-j swap-pane -U
+  bind -n M-k swap-pane -D
 
   # prefix-m marks window, prefix-u swaps current with marked
   bind u swap-pane
-- 
cgit 1.4.1