How do I get files in hidden folders to show up? #5458
-
I have a few files in folders that start with |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jan 9, 2023
Replies: 1 comment
-
You can set the If you're running from master you can also use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IgnisDa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set the
hidden
option tofalse
in the file-picker configuration to show hidden files: https://docs.helix-editor.com/master/configuration.html#editorfile-picker-sectionIf you're running from master you can also use
:open .github/workflows
to open a file picker for that directory despite it being hidden.