Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tab-complete when manually opening files excluded through gitignore #12357

Open
akprasad opened this issue Dec 28, 2024 · 0 comments
Open
Labels
C-enhancement Category: Improvements

Comments

@akprasad
Copy link

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.

@akprasad akprasad added the C-enhancement Category: Improvements label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

1 participant