-
-
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 file picker dialogue when opening a directory with :o #2707
Conversation
The behavior with opening multiple directories might need a bit of tuning. |
I think if I can reverse the order of the picker appearance, it's solid. I agree that multiple pickers is a good thing to have, generally. |
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Would it make sense to display the name of the directory e.g. in the status line when you have the picker open? Just to make it a bit more visually obvious which directory you are looking at. |
I suppose it can be displayed in the command line area with |
I don't know if there's a way to use which I am not sure how to go about resolving @sudormrfbin @zen3ger |
I'm not sure this is a good idea allocation-wise but |
It looks like the |
@the-mikedavis If I am understanding you correctly, it seems that there is a lot of constraints on the Thanks for the help :) |
Hmm yeah I think it's not possible currently or easy to change to have one callback create the next like I'm thinking. I think it's probably fine to ignore |
This seems fine to me after the |
I removed the |
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.
Ok this looks good to me
This pull requests closes #2558.
The behavior of
:o
is modified such that when opening a directory, the file picker pane is opened on the chosen directory rather than returning an error.