diff options
author | johannst <stoelp@eit.uni-kl.de> | 2017-08-10 12:38:37 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2017-08-10 12:38:37 +0200 |
commit | 7872cbd774a782c72391ff663eea2bf28a64b6de (patch) | |
tree | 1399f69d38afa715c9a7af49c2d42ad57c4009b5 | |
parent | e90e6c3210fbfe3f309f253c8680ed9c0228cd52 (diff) | |
download | dotfiles-7872cbd774a782c72391ff663eea2bf28a64b6de.tar.gz dotfiles-7872cbd774a782c72391ff663eea2bf28a64b6de.zip |
tmux.conf added prefix + TAB for toggle between last two windows
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |