Fast 'Find in Files' for VIM?

后端 未结 6 2069
慢半拍i
慢半拍i 2021-02-02 13:28

What are some options for getting really fast \'Find in Files\' searching in VIM?

Our codebase is large enough that searching needs to work off an index. grep/vimgrep/et

6条回答
  •  梦谈多话
    2021-02-02 13:47

    You can try this

    :vimgrep /something/ */

    and dont forget to open search result window after

    :cw

提交回复
热议问题