On Fri, 18 Sep 2009, Daniel Fetchinson wrote: > > [---=| Quote block shrinked by t-prot: 21 lines snipped |=---] > > :buffers > > > > to see a list of buffers you've had open during the current session > > and again if you recognize the file name, open that buffer with > > > > :b <buffer number> > > > > or a number of other ways you can read about at > > > > :help buffer > > Thanks Gary, these options are more than enough to find the best one > for my taste! >
you might also define a map nnoremap ,b :buffers<CR>:buffer<Space> which list all buffers and switch buffer in one step -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
