> In textmate there is the wonderful "Go to file" command which lets you > perform a fuzzy search on all files in the project which usually gets > you to open the file you want in < 1s. I don't necessarily need > something exactly like it, but I am very much interested in how > everybody in here deals with quickly opening files.
Depends a bit on the project. For smaller projects, I usually open all files in buffers when I start MacVim (`mvim *.py`, for very small projects `mvim -p *.py`) and then use BufExplorer to move around (the plugin Markus linked to can also navigate buffers, but I haven't really tried it yet). For larger projects, I build a cscope database and use that to move around (`:h cscope`). The two plugins a.vim and NERDTree are useful too. Nico ps: The LustyExplorer plugin looks similar to Jamis' plugin and might be easier to install. Haven't tried this one either, though. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
