From 170f7f08b60305eef1a6518e440e6b49ce6a4bab Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Thu, 1 Mar 2012 12:46:45 +0000 Subject: [PATCH] Use ^o to switch back to the last pane. Switching back and forth between panes is done often enough to justify an easier way than reaching for the six key. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 8e27609..f518897 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -66,12 +66,12 @@ bind -r L next-window # Last window like Vim. bind ^ last-window bind C-^ last-pane +bind C-o last-pane # Top and bottom. bind J select-pane -D bind K select-pane -U # Swap panes. bind o swap-pane -D -bind -r C-o swap-pane -D bind -r O swap-pane -U bind w command-prompt -p "Select [.] to swap:" 'swap-pane -s . -t %1' # Swap windows. -- 2.7.4