How do I search in all files of my project using VIM?

后端 未结 2 1267
醉话见心
醉话见心 2021-02-02 05:30

There are a couple of things I do not yet understand the VIM way.

One of these is searching in a project like so (using VIM in Atom):

I use CtrlP curren

2条回答
  •  我在风中等你
    2021-02-02 06:18

    I've found an even better solution for this: FZF

    It simply searches through everything in your project asynchronously using the :Ag command.

提交回复
热议问题