On 23/07/09 16:35, Ben Fritz wrote: > > > > On Jul 22, 9:18 pm, MK<[email protected]> wrote: >> My prefered method for loading files is via vim --remote (because I use >> a shortcut from my file browser) so if I load five files in a row, I >> can't use the ":e" history to skip back to view anything except :e #. >> >> I know you can manually create a list of files; is there anyway to >> "push" the current file onto that list? Or a way to access a list of >> the files previously loaded? >> >> Right now I have to keep going back to the file browser to reload... > > Unless you explicitly unload them, the buffers for those other files > are still around in Vim. Just use the :b command to access them. Tab- > completion works, so you should be able to :b<Tab> to cycle through > the files. > > You may need 'wildmenu' set for this to work, I'm not certain.
it works even without it, but with 'nowildmenu' (the default) repeated tabbing shows you one possible completion at a time, while with 'wildmenu' you see them all on the status line (space permitting, and when you get past the end you see more) > > gvim also provides a "Buffers" menu if you prefer using the mouse. > > If you have closed Vim and want to reopen a closed file, the MRU > plugin may be of interest to you: > > http://www.vim.org/scripts/script.php?script_id=521 Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 96. On Super Bowl Sunday, you followed the score by going to the Yahoo main page instead of turning on the TV. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
