aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 11f398c8..b739700c 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -9,7 +9,7 @@ bind-key '/' confirm-before "kill-window"
bind-key '\' confirm-before "kill-server"
bind-key '_' split-window -v
bind-key '|' split-window -h
-bind-key Tab select-pane -t :.+
+bind-key Tab last-pane
# Vim-like pane resize
bind-key -r '+' resize-pane -U 5