From: Iain Patterson Date: Thu, 1 Mar 2012 12:46:45 +0000 (+0000) Subject: Use ^o to switch back to the last pane. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=inline;h=170f7f08b60305eef1a6518e440e6b49ce6a4bab;p=profile.git 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. --- 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.