aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"