Opening files that are included in .gitignore #5596
-
Is it possible to open files that are included in .gitignore while having hidden set to false? I don't want
|
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Jan 19, 2023
Replies: 1 comment
-
You can open hidden files by giving the full path with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alexokten
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can open hidden files by giving the full path with
:open .env
within the editor. Hidden files are not included in:open
's autocompletion but will be opened.