-
Notifications
You must be signed in to change notification settings - Fork 248
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
Left/Right in a process tree should collapse/expand the tree branches #1304
Comments
Hm, I was originally planning on defaulting left/right in the process widget to deal with #433. |
I did a first pass of implementing it in #1306 -- I think toggle on + and - is a bit confusing too, so I changed it as well. The horizontal scrolling might be good, just probably not as common for the tree view? Perhaps ctrl+left/right? |
Closing this in favour of #454 which is more general. |
@ClementTsang thanks for implementing the custom bindings, but please consider convention over configuration (common in Rust) -- which is the most obvious tree behavior? |
Honestly, the first tool I think of with trees and processes that is similar to this use case is htop... which doesn't do what you describe either, as far as I'm aware, hence why I was not really on board at first. That said yes, I can consider it, as I'm aware many other programs do act like this after playing around with a few, and I'll consider adding it as a default keybinding. |
Checklist
Describe the feature request
Many tree viewers have a convention of opening/closing tree branches when the user hits left/right arrow keys. Please add for consistency. Thanks!
The text was updated successfully, but these errors were encountered: