On Tue, Oct 28, 2008 at 01:42:56PM -0700, Kevin wrote:
> 
> I'm looking for a tip for switching back and forth between buffers
> quickly, similar to a ctrl-tab in a visual studio environment.
> 
> Thanks,
> Kevin
> 
> > 
To switch between your current buffer and the last buffer you were
working on, you could use any of these commands:
Ctrl-^
:b #
:e #

If you have loaded a file into a buffer or the args list, you can use
the :b command along with a unique substring of the name of the buffer
to switch to it.

-- 
Erik Falor
Registered Linux User #445632 http://counter.li.org

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to