Problem Statement
Currently, to fully expand deeply nested variables, we need to manually press Tab on each entry. It would feel more convenient to have an expand-all/collapse-all action that recursively expands or collapses variable
Possible Solutions
Add new mapping to fully expand or collapse an entry and mention it in the readme, for example:
The widgets may have the following custom mappings enabled:
- `<CR>` to expand or collapse an entry
- `<S-CR>` to fully expand/collapse an entry recursively
- `a` to show a menu with available actions
Considered Alternatives
No response