Show hidden files in find_files only when search string begins with "." #3665
Unanswered
iangreenleaf
asked this question in
Ideas
Replies: 0 comments
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.
-
One thing I really liked about my previous vim file finder that I haven't figured out how to recreate in telescope was that hidden files were not displayed by default, but if the text you entered started with a
., it would enable hidden files. So for example typing.confoowould find.config/foobarbut just typingfoowould not. It was a really nice way to get access to the behavior in an intuitive way without having to remember yet another key binding.Is this possible in telescope? Here's the closest question I've uncovered so far: #2874
Beta Was this translation helpful? Give feedback.
All reactions