-
-
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
add picker: current view dir #4666
add picker: current view dir #4666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me. I have no strong preference for the key binding.
Looks like #3063 |
@the-mikedavis seems the other PR is still debating the submenu and such. We could split those topics and just move ahead with a simpler option while the rest is being debated? |
9adde76
to
04f3d27
Compare
I think i've addressed all the comments, please let me know if anything else is missing |
04f3d27
to
6aba9a9
Compare
2f73ee9
to
f1cf5da
Compare
f1cf5da
to
9eb82e0
Compare
When I do Ideally it should have at least an option (if not the default) to use the current file's dir for the file picker. |
There are three file picker commands. Check the command picker (space-?), the default keybinding has not/will not be changed but it's easy to change the keybinding yourself. |
@pascalkuthe Thanks. But when I do the action to open the file picker in the current buffer's directory, literally nothing happens (the command palette disappears, but no file picker appears). Btw, relative to which dir should the normal file picker ( |
If anyone is new/dumb at helix like me, you can use the 'buffer directory file picker' by adding a keymap to you [keys.normal.space]
e = "file_picker_in_current_buffer_directory" |
Slightly different take for #3014, looking for feedback