You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use .gitignore to exclude log files and output files from my repo, but I would like to be able to manually inspect these files through my editor when debugging.
In my previous editor setup (AstroNvim), the editor excludes these files from the fuzzy finder, but I am still able to view them through :e then tab-complete their filenames so that I can quickly open them.
In Helix, the editor sensibly excludes these files from the fuzzy finder, but I cannot see them listed when running :e and must type out the full file name if I wish to open them.
It would be ideal for me if Helix would use the same approach AstroNvim does, but if that is not possible or desirable, even some partial support in this direction would make it easier for me to view git-excluded files.
I checked the Issues backlog for issues relating to ignore and gitignore but didn't see this exact issue. There is a related discussion in this comment on #7715.
The text was updated successfully, but these errors were encountered:
I use
.gitignore
to exclude log files and output files from my repo, but I would like to be able to manually inspect these files through my editor when debugging.In my previous editor setup (AstroNvim), the editor excludes these files from the fuzzy finder, but I am still able to view them through
:e
then tab-complete their filenames so that I can quickly open them.In Helix, the editor sensibly excludes these files from the fuzzy finder, but I cannot see them listed when running
:e
and must type out the full file name if I wish to open them.It would be ideal for me if Helix would use the same approach AstroNvim does, but if that is not possible or desirable, even some partial support in this direction would make it easier for me to view git-excluded files.
I checked the Issues backlog for issues relating to
ignore
andgitignore
but didn't see this exact issue. There is a related discussion in this comment on #7715.The text was updated successfully, but these errors were encountered: