Is there a quick way with macvim/NERDtree plugin to find a file?

randombits picture randombits · Jul 13, 2010 · Viewed 25k times · Source

What's the fastest way to find and open a file with MacVim? NERDtree is a great plugin, but I still have to navigate (sometimes very deep) directory trees in order to get to the file I want to get to. Is there any functionality that allows me to search a substring of a file name and show me a result set I can click on from that?

Answer

Randy Morris picture Randy Morris · Jul 14, 2010

Since we are all listing alternatives here, Command-T is another fuzzyfinder-esque plugin that attempts to mimic textmate's find function.

Docs can be found here.