After I run a grep search in vim with :grep, I get a list of files. Is there a way to select one of those files and open it in a new tab at that particular line?
If you get a list of files you can browse them in a tree-like manner via
:cn :colder
For more information
:help grep
and scroll to the bottom of the entry