From c09520d7723207caf5291af0d87e490af6b86406 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Sep 2012 19:03:05 +1200 Subject: Make prefix-tab behave more like it does in screen --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') 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 -- cgit v1.2.3