Just like sublime's ctrl+shift+f, is grep a more reliable way? But the search feels very slow, not as fast as sublime. I use gvim
怪我咯2017-05-16 16:38:00
vim uses these commands in combination: vimgrep, windo, bufdo, argdo, substitute, reference
Or use fzf/find/ag/grep to search for files and replace with sed
高洛峰2017-05-16 16:38:00
It is recommended to use vim-grep
to search the entire project or replace a certain variable, which is very convenient.
Just read the README for detailed explanation