file:lua$ search does not work with picker.grep
#1119
Answered
by
folke
drowning-cat
asked this question in
Q&A
|
Is it a bug, intended behavior, or a future request? |
Answered by
folke
Feb 12, 2025
Replies: 1 comment 1 reply
|
that's not a bug. You can grep first, then toggle live with |
1 reply
Answer selected by
drowning-cat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that's not a bug.
grep uses live search by default, meaning the filtering is done by the underlying tool (rg) in this case.
You can grep first, then toggle live with
<c-g>and start using the matcher with patterns like your exmaple.