aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-01 19:03:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-01 19:03:05 +1200
commitc09520d7723207caf5291af0d87e490af6b86406 (patch)
tree8e831dc5e55961d993ece17a24ae9f0328c91448 /tmux
parentTidy color definitions (diff)
downloaddotfiles-c09520d7723207caf5291af0d87e490af6b86406.tar.gz
dotfiles-c09520d7723207caf5291af0d87e490af6b86406.zip
Make prefix-tab behave more like it does in screen
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