Live grep fuzzy by default #1299
Answered
by
abkrm
axkirillov
asked this question in
Q&A
-
I didn't find an option which would enable fuzzy search in live grep by default. Right now it always starts in regex search. Is there such an option? Or should I add a PR for it? |
Beta Was this translation helpful? Give feedback.
Answered by
abkrm
Jun 26, 2024
Replies: 1 comment 1 reply
-
As far as I know there isn't, because that's the expected behavior of live_grep. But alternatively you could use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
axkirillov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I know there isn't, because that's the expected behavior of live_grep. But alternatively you could use
grep
orgrep_project
, I personally usegrep_project
because of that very reason.