emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
688 stars 55 forks source link

after search with swoop, could we save this result buffer for future reference? #188

Open ynnebhc opened 4 years ago

ynnebhc commented 4 years ago

in notepad++, first we search item1, then search item2. At this time, the result of item1 is still there so we could refer to it later. Is this possible we could save result buffer on each swoop?

Many thanks

conao3 commented 3 years ago

You can use helm-resume maybe?

conao3 commented 3 years ago

186 is related, and there is animation GIF using helm-resume.

cireu commented 3 years ago

Or you can reopen helm-swoop, press M-p to find your previous input.

But if you use C-g to cancel previous swoop, your input will not be recorded by helm.