Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For file finding, I use FuzzyFinder with a shortcut to the recursive search. So far that and ctags been good enough that I haven't wrestled with fuzzy file finder textmate. The Command-T plugin looks neat though.

    " vim-fuzzyfinder plugin
    map <Leader>t :FufFile<Enter>
    " start recursive search with a comma. see help for 'fuf-abbreviation'
    let g:fuf_abbrevMap = {
            \   "^," : [
            \     "**/",
            \   ],
            \ }


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: