You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: