After :DiffViewOpen origin/master..HEAD is there an easy way to search on all files shown in the file panel?
Doing /mypattern to see if i have any matches and then <tab>ggn to see if a have matches for all files shown on the left side is fine when one has a bunch of files, even putting it in a macro feels ok.
NOTE: I want to search on the actual file on disk not the diff.
Is there a better way? thx in advance
After
:DiffViewOpen origin/master..HEADis there an easy way to search on all files shown in the file panel?Doing
/mypatternto see if i have any matches and then<tab>ggnto see if a have matches for all files shown on the left side is fine when one has a bunch of files, even putting it in a macro feels ok.NOTE: I want to search on the actual file on disk not the diff.
Is there a better way? thx in advance