Find a file (via recursive directory search) in Vim

后端 未结 15 1178
感情败类
感情败类 2020-12-22 18:42

Is there any way to search a directory recursively for a file (using wildcards when needed) in Vim? If not natively, is there a plugin that can handle this?

15条回答
  •  暖寄归人
    2020-12-22 19:05

    vim as a builtin find command (:help find) but only open the first found file. However you can use this amazing plugin : FuzzyFinder which does everything you want and even more

提交回复
热议问题