summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2017-08-10 12:38:37 +0200
committerjohannst <stoelp@eit.uni-kl.de>2017-08-10 12:38:37 +0200
commit7872cbd774a782c72391ff663eea2bf28a64b6de (patch)
tree1399f69d38afa715c9a7af49c2d42ad57c4009b5
parente90e6c3210fbfe3f309f253c8680ed9c0228cd52 (diff)
downloaddotfiles-7872cbd774a782c72391ff663eea2bf28a64b6de.tar.gz
dotfiles-7872cbd774a782c72391ff663eea2bf28a64b6de.zip
tmux.conf added prefix + TAB for toggle between last two windows
-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