I use glob open plugin and MRU. I think glob open is similar to the fuzzy finder plugin. However you can still apply black and white filters and the first search result to find the file you're looking for faster.
Navigating files can be done in many ways. You didn't tell us the most important thing: How do you know which file you want to edit? Example: In the nix language there is an import statement: import ../dir/dir/file.nix In this case I've written a small script so that I can press fg on that line opening that file. In contrast to the default gf it does also open it if it doesn't yet exist. If you're looking for a file which contains 'foobar' you should either use grep or idutils or generate tags or such. This will be fastest. To get an idea about what can be found within a directory I usually do find | vim - Then you can press gf to open the files easily.. So this really depends on how you figure out which file you want to open! Sincerly Marc Weber --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---