I just found out how to use vimgrep
command to search for a particular string in multiple files. I know that the search results are stored in quickfix
I use :cnext
to go to the next matching pattern. But this is not a feasible option if there are hundreds of search results.
Can someone please explain how to use quickfix?