I\'m having several occurrences of a specific string over several files in several lines obtained with grep.
grep
$ grep -rn --include=\"*.cpp\" mystring
A trick to use vim as a pager is to pass it a hyphen character. This causes it to read from STDIN instead of from file
grep -rn --include="*.cpp" mystring | vim -