-
I havent find the related doc about it . All regex is about the grep command . I want search file "nvim-cmp" by typing "nvim.cmp". |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Jan 28, 2025
Replies: 2 comments 5 replies
-
Use live_grep, it uses regex by default. If you want to send regex from the cli for grep use no_esc, |
Beta Was this translation helpful? Give feedback.
5 replies
-
In case this isn’t clear, fzf-lua uses fzf and is bound by the feature set of fzf. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you can select multiple files send to quick fix and use
grep_quickfix
orlgrep_quickfix
.