-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement missing actions: open_entry, open_all_entries, close_all_entries. #37
Comments
The navigation
fs
explorer/misc
|
I agree, that file is getting quite large.
what do you think? |
Hmm. It sounds good, but there is something that is not right.
|
You're quite right. this brings forth an another point. I think the action system needs a bit of work: Right now some of the actions are "fat" (they do more than what they say they do) side note: perhaps the actions
|
Yes, we should rename these actions to avoid confusion. The idea of the action name (edit, open_entry, close_entry...) was taken from the nvim-tree plugin :P .
Amazing idea., it will make the code more readable and extendable.
Thank you very much, I am looking forward to seeing your pr.. |
Accoding to @RaafatTurki comment:
I've figured since we have "folding" in sfm we would want the entry related actions to match the actual features provided by n/vim for text folding:
open_entry
mean to only expand the dir or nested file without attempting to edit them.The text was updated successfully, but these errors were encountered: