aboutsummaryrefslogtreecommitdiff
path: root/files/.tmux.conf
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2022-11-27 16:27:36 +0100
committerAnton Bobov <anton@bobov.name>2022-11-27 16:27:36 +0100
commitb7d338b6c02b62619d4e77807483ca33f04516bc (patch)
tree8680a0faa4fd9b2cd556ebc257d465cebb12b599 /files/.tmux.conf
parentf44445e0b67d3135cda8cea80908e5ca9802b40b (diff)
tmux: added key to switch last 2 panes
Diffstat (limited to 'files/.tmux.conf')
-rw-r--r--files/.tmux.conf1
1 files changed, 1 insertions, 0 deletions
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"