Skip to content
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

Running a search wipes out old search buffer #32

Open
spookylukey opened this issue Apr 17, 2019 · 0 comments
Open

Running a search wipes out old search buffer #32

spookylukey opened this issue Apr 17, 2019 · 0 comments

Comments

@spookylukey
Copy link

Expected behaviour is that if I run a search for 'foo' (using e.g. projectile-ripgrep) then a search for 'bar', I will now have two search buffers. This is the behaviour of other similar things e.g. projectile-ag command from projectile.el

If you are doing any kind of recursive editing, this is vital behaviour. e.g. I do a search for 'foo' and go down the list of hits, fixing up stuff as I go. While doing a fix, I need to do a search for 'bar', and now my original search (and my position in the buffer) is lost.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant