Quicker way to open all files in a directory recursively in Helix? #14698
Unanswered
8ullyMaguire
asked this question in
Q&A
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.
-
I want to open all files under a directory recursively in Helix. For example using:
fails because it hits directories.
I know I could do:
find ~/.config/tmux -type f -exec hx {} +but that feels too verbose.
Is there a simpler, quicker way to open all files recursively in Helix?
Beta Was this translation helpful? Give feedback.
All reactions