Use ^o to switch back to the last pane.
authorIain Patterson <me@iain.cx>
Thu, 1 Mar 2012 12:46:45 +0000 (12:46 +0000)
committerIain Patterson <me@iain.cx>
Mon, 2 Apr 2012 13:22:49 +0000 (14:22 +0100)
Switching back and forth between panes is done often enough to justify an
easier way than reaching for the six key.

.tmux.conf

index 8e27609..f518897 100644 (file)
@@ -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 [<window>.]<pane> to swap:" 'swap-pane -s . -t %1'
 # Swap windows.