From 530253237b6df8e1d738f70e445007fb19205e25 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Wed, 26 Feb 2025 11:55:52 +0300 Subject: [PATCH] feat: removed tmux send/join bindings --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index d101731..67335f4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -21,8 +21,8 @@ bind -n M-Up select-pane -U bind -n M-Down select-pane -D # ────────────────────────────── move panes ────────────────────────────── -bind j command-prompt -p "join pane from:" "join-pane -s '%%'" -bind s command-prompt -p "send pane to:" "join-pane -t '%%'" +# bind j command-prompt -p "join pane from:" "join-pane -s '%%'" +# bind s command-prompt -p "send pane to:" "join-pane -t '%%'" # ───────────────── Shift Alt vim keys to switch windows ───────────────── bind -n M-H previous-window