Use ^w-^ to switch to the last used window.
authorIain Patterson <me@iain.cx>
Fri, 20 Jan 2012 11:32:29 +0000 (11:32 +0000)
committerIain Patterson <me@iain.cx>
Fri, 17 Feb 2012 16:01:43 +0000 (16:01 +0000)
commit0b4f8e336ddf05f77b2bb6b6eec9e82e4f5d6569
tree8de78d3250f6b793e9662514ab2ccdfdaafdb321
parenta8f817805f18dcdd95129a654d209883ab7758f8
Use ^w-^ to switch to the last used window.

For consistency with tmux, which uses ^ to switch to the last pane,
which is in itself for consistency with vim using ^ to switch to
the last buffer.

Default vim action would be to split and edit the last buffer.  That's
sometimes useful but overall less useful than switching windows.
.vimrc