Limit search results #1949
Answered
by
drowning-cat
wojciech-kulik
asked this question in
Q&A
-
Is it possible to limit search results in a picker? I believe Telescope has implemented this feature. For example, when I type something and press a shortcut, the search results are restricted to my phrase. Now, when I type something else, the search is based on these limited results. |
Beta Was this translation helpful? Give feedback.
Answered by
drowning-cat
Jun 6, 2025
Replies: 1 comment 8 replies
-
To refine the search, see: To limit the search by the number of items, use: |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
wojciech-kulik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To refine the search, see:
#1102
To limit the search by the number of items, use:
snacks.nvim/lua/snacks/picker/config/defaults.lua
Line 72 in bc0630e