I have been using projectile-ripgrep
for a few months and I'm pretty happy with it. A few days ago I was testing some of is options and the default search for ripgrep (what I see in the minibuffer) changed from:
[my-project] Ripgrep search for (default my_function):
to:
[my-project] Ripgrep search for: my_function
I find it a bit annoying since I like how it used to suggest the search (same as when you do a query-replace
), meaning that if I did not enter any character, it would search the suggested term. Now that term is already part of the input, so if I want to search for something else I have to delete it first.
I am not sure how I changed this and I am not able to set it back to how it was. Any ideas?