-
I know that live_grep includes the file name, but it dosnt do fuzzy by default, and i need fuzzy because many of the content i search is accent sensitive, and only fuzzy could overcome that, the problem is that grep_project dont search the files name and i need sometimes to use another command instead of only one Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Jul 1, 2025
Replies: 1 comment
-
Not possible, live_grep does an underlying regex search (not fuzzy match) using rg (or grep), if you want to include the filename press ctrl-g to switch to grep. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
barcell1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not possible, live_grep does an underlying regex search (not fuzzy match) using rg (or grep), if you want to include the filename press ctrl-g to switch to grep.