From 9fcc978a55860c1424b9e63ebe528e980c495ca3 Mon Sep 17 00:00:00 2001 From: EeeeKa Date: Thu, 5 Mar 2020 19:05:41 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=BE=D0=B9=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d9f0cc7..2e3b8d4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -89,7 +89,7 @@ bind L command-prompt -p "Link window from (session:window): " "link-window -s % # Swap panes back and forth with 1st pane # When in main-(horizontal|vertical) layouts, the biggest/widest panel is always @1 -bind \ if '[ #{pane_index} -eq 1 ]' \ +bind \\ if '[ #{pane_index} -eq 1 ]' \ 'swap-pane -s "!"' \ 'select-pane -t:.1 ; swap-pane -d -t 1 -s "!"'