Lookupfile is a Vim plugin that searches for files as you type criteria.
For example, if you type “b”, then lookupfile will show all files that start with “b”. If you then type “a”, lookupfile will show files starting with “ba”, and so on.
You can use wildcard characters, etc.
Allows quick lookup of files, etc.
Fuzzy Finder, which I found a lot easier to use than Lookupfile. I think that the keyboard operations of Fuzzy Find are a bit more intuitive.