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

:open doesn't expand "~" to home directory #5322

Closed
iobtl opened this issue Dec 28, 2022 · 0 comments · Fixed by #5329
Closed

:open doesn't expand "~" to home directory #5322

iobtl opened this issue Dec 28, 2022 · 0 comments · Fixed by #5329
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements

Comments

@iobtl
Copy link
Contributor

iobtl commented Dec 28, 2022

Background

Support for triggering a file picker when trying to :open a directory was added in #2707. But it seems like ~ is not automatically expanded by the Helix command prompt in parsing the file path. As a result, the path ~/some_directory proceeds into the file opening branch, which then fails with the below shown status message.

helix1.mov

It would be nice to implement support for this as a small QOL improvement. I can open a fix for this, assuming that there aren't any outstanding objections in prior discussions that I'm not aware of.

@iobtl iobtl added the C-enhancement Category: Improvements label Dec 28, 2022
@the-mikedavis the-mikedavis added the A-helix-term Area: Helix term improvements label Dec 28, 2022
@the-mikedavis the-mikedavis linked a pull request Dec 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants