From c4f0fdc5adc68aeeb8d2eb0be3ef20b9ead3e191 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 3 Jul 2025 12:49:41 +0200 Subject: [PATCH] tmux: easier pane swapping --- config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 564c10e..0a320f8 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -55,6 +55,7 @@ bind H join-pane -h -b \; select-pane -M bind J join-pane -v \; select-pane -M bind K join-pane -v -b \; select-pane -M bind L join-pane -h \; select-pane -M +bind C-p swap-pane \; select-pane -M bind -r > swap-window -d -t :+ bind -r < swap-window -d -t :-