From 7872cbd774a782c72391ff663eea2bf28a64b6de Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 10 Aug 2017 12:38:37 +0200 Subject: tmux.conf added prefix + TAB for toggle between last two windows --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux.conf') 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 -- cgit v1.2.3