mini.pick - grep_live on current buffer #1418
-
Is there a way to grep_live on my current buffer? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Dec 21, 2024
Replies: 2 comments 1 reply
-
I'm trying:
but it doesn't work for help files for example :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
My suggestion would be to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My suggestion would be to use
buf_lines
picker from 'mini.extra'. You can use it like this::Pick buf_lines scope='current'
.It won't use
rg
instead relying on default 'mini.pick' matching, but I'd arguerg
is not needed here.