summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index b8a02f1..25ca76b 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -25,6 +25,9 @@ set-window-option -g xterm-keys on
# had some struggle with vim key delay
set -s escape-time 0
+# toggle last two windows
+bind-key Tab last-window
+
# split settings
bind-key v split-window -h
bind-key s split-window