10.6.4:
fuzzyfinder.vim fuzzyfinder_textmate.vim http://github.com/sethbc/fuzzyfinder_textmate. ~/.vim/plugin
fuzzy_file_finder.rb github.com/jamis/fuzzy_file_finder ~/.vim/ruby
In .vimrc, I added:
map <leader>t :FuzzyFinderTextMate<CR>
so that "\ t" (without the quotes) will start, although you should display everything that is better for you (see other answers / comments).
(I apologize for the lack of links. It seems that I do not have enough reputation to publish more than one link.)
source
share