From b7d338b6c02b62619d4e77807483ca33f04516bc Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 27 Nov 2022 16:27:36 +0100 Subject: tmux: added key to switch last 2 panes --- files/.tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'files') diff --git a/files/.tmux.conf b/files/.tmux.conf index 9e64f9a..41bc393 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -53,6 +53,7 @@ if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.0" | bc)" = 1 ]' " \ # toggle last 2 windows bind Tab last-window +bind BTab swap-pane -t - # Status bar set -g status-right "$USER@#h %H:%M" -- cgit v1.2.3