ldelossa / litee-calltree.nvim

Neovim's missing call hierarchy UI
131 stars 9 forks source link

Shortcut to expand all folds/symbols? #26

Open V4G4X opened 4 weeks ago

V4G4X commented 4 weeks ago

In the help I see:

CALLTREE HELP:
press '?' to close

KEYMAP:
zo - expand a symbol
zc - collapse a symbol
zM - collapse all symbols
<CR> - jump to a symbol in last used window
s - jump to symbol in a new split
v - jump to symbol in a new vertical split
t - jump to symbol in a new tab
i - show hover info for symbol
X - close the calltree component
d - show symbol details
<Esc> - close the popout panel when calltree is popped out
? - show help
<C-[> - hide the calltree component
S - focus the symbol under the cursor and switch calltree directions
f - focus the symbol under the cursor making it the new root of the calltree

I want the opposite of zM - collapse all symbols.
Something like zO- expand all symbols.

If not through this plugin, what can I do to set this keybind up?