What I want to achieve
I use ivy/ag to search in project files, but don't know how to put all search result into a new buffer so that I could return to it conveniently and iterate through all links without having to type out the search regex everytime?
I have the same question for helm/rg ;-)
For ivy/ag you should be able to use C-c C-o to open an occur buffer and save this.
Most helpful comment
For
ivy/agyou should be able to useC-c C-oto open an occur buffer and save this.