Closed
Description
Initially, this came from Lea's proposal where Lea suggested adding two new keyboard shortcuts:
Shift+→
— “Expand All”Shift+←
— “Collapse All“
I would also add:
Shift+↑
— “Go to Top”Shift+↓
— “Go to Bottom”Alt+→
— “Expand Subtree” (starting from the current node) — the same as “Expand All” when performed on rootAlt+←
— “Collapse Subtree” (starting from the current node) — the same as “Collapse All” when performed on root
And one more thing that might enhance the current behavior of ←
: press ones — collapse the current node (the current behavior), second press — collapse the parent node, third press — collapse the grandparent node, etc. This should increase speed a bit when working with the results.
Thoughts?