From 3859719d75a88005ea6cd764c61b7a3bb714f512 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Wed, 21 Oct 2015 21:52:03 +0200 Subject: [PATCH] bind Tab to last-window and leave Space untouched (bound to next-layout by default) --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f4113d7..0fa8e86 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -89,7 +89,7 @@ bind -r L resize-pane -R 2 # window navigation bind -r C-h previous-window # select previous window bind -r C-l next-window # select next window -bind Space last-window # move to last active window +bind Tab last-window # move to last active window # toggle mouse bind m run "cut -c3- ~/.tmux.conf | sh -s toggle_mouse"