-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to save ivy results to a buffer like with rgrep? #1583
Comments
If I understand what you want to do, you can switch from ivy to |
Oh, yes, it's that. There is some problems with it, though:
|
I don't use Spacemacs, but it always works fine for me, although I rarely have more than 50/60 search results. Let's wait @abo-abo on this. |
This is the intended behavior. For things like grep or |
Since resuming the search with counsel-ag doesn't quite work (#1095) and it's not even obvious how to do it I was wondering whether it's possible to just save the search results to a file and navigate through them using SPC e n and SPC e p.
There's C-c C-s. However, it asks for a file (if I give it a file it asks again, actually) and then after I save it to, say, /tmp and try to use it with grep mode it doesn't quite work because it's in the wrong directory.
I think it would just be very useful to add something to counsel-ag's hydra menu to bring up something similar to grep buffer in the appropriate grep-mode. Or maybe even a dedicated keybinding for that.
The text was updated successfully, but these errors were encountered: