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
You can try this
:vimgrep /something/ */
and dont forget to open search result window after
:cw