#Search for pattern in multiple files
:vimgrep / pattern / {file}
e.g. :vimgrep /acTest/ **/*
#Jump to the next match
:cn
#Jump to the previous match
:cp
#Open a window containing the list of matches
:copen
#Search for pattern in multiple files
:vimgrep / pattern / {file}
e.g. :vimgrep /acTest/ **/*
#Jump to the next match
:cn
#Jump to the previous match
:cp
#Open a window containing the list of matches
:copen