VIM: FuzzyFinder usage, tips, gotchas - how can one make use of this plugin?

后端 未结 6 2230
萌比男神i
萌比男神i 2020-12-23 21:23

http://www.vim.org/scripts/script.php?script_id=1984

You can launch FuzzyFinder by following commands:

     Command           Mode ~         


        
6条回答
  •  再見小時候
    2020-12-23 22:15

    In addition to Kris' answer, you probably want to map the '**/' immediately in your .vimrc file like this:

    map ,f :FufFile **/
    

    So you just need to type :

    ,fTest 
    

    to find all matches of Test in all subdirectories!

    HTH

提交回复
热议问题