Effective VIM
To search in VIM:
:grep word -R . //search for the word in all files in the current directory recursively
After that use copen
to open a list of results where to can press enter and go to the file
To search in VIM:
:grep word -R . //search for the word in all files in the current directory recursively
After that use copen
to open a list of results where to can press enter and go to the file