-
Beta Was this translation helpful? Give feedback.
Answered by
pkazmier
Jan 19, 2025
Replies: 1 comment 3 replies
-
As I understand it, when you open the grep picker, you are in live mode (see the lightning bolt icon), which means the text you enter at the prompt is sent to the grep program on your system. So, you'll want to enter a regular expression first to start getting a list of results. Then, you can press |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
folke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I understand it, when you open the grep picker, you are in live mode (see the lightning bolt icon), which means the text you enter at the prompt is sent to the grep program on your system. So, you'll want to enter a regular expression first to start getting a list of results. Then, you can press
<c-g>
to switch modes (notice the lightning bolt disappears and your regex is part of the prompt now) to the matcher where you can fuzzy find the results of that regular expression search.