-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Opening a directory should change directory #2617
Comments
You can use |
I'd like to give this a shot, if that's okay? |
@the-mikedavis would you mind assigning the mentioned issue to me? Thanks! |
Could you add a comment to the issue you'd like to work on? GitHub only lets me assign members and issue participants (author or commenters) |
I'd very much like to see this implemented in Helix. I use |
Opening a directory with |
Describe your feature request
Background: I would like the ability to quickly switch working directory, I feel like helix just like vim/vi/neovim places too much emphasis on where I was in the shell when I initially started the editor. I would like to be able to have a helix session on for the entire day / days and switch filesystem contexts as needed. (Ideally I would to like have different current working directories for different buffers but that is another feature request.)
When opening a directory with the command
:open
the current working directory should change to the specified location and the file picker for the directory should be displayed. At the moment I get a OS error and the specified path is cleared.This would be similar to how Emacs does C-x C-f and then pressing C-d in a directory to enter dired-mode for the specified directory
The text was updated successfully, but these errors were encountered: