Replies: 2 comments 1 reply
-
Hi, have you implemented regex search in the current buffer? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Search the current file with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently using
Snacks.picker.lines()
as a replacement for the built-in Neovim search, and it works great. However, I’ve noticed that fuzzy search sometimes orders the results in a way that can be confusing, so having the option to switch for regex would allow for more precise and predictable searches.Additionally, I have tried using
Snacks.picker.grep()
, which searches the entire project. I am wondering if anyone knows how to configure it to search only within the currently opened buffer?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions