You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can this functionality be implemented utilising API?
The api does not cover it as mentioned here
Is your feature request related to a problem? Please describe.
Sometimes I want to unclutter my workspace by closing all open directories and focus on the current one
Describe the solution you'd like
A mapping that would do the above
tree.collapse_all({node}, {opts}) *nvim-tree-api.tree.collapse_all()*
Collapse the tree.
Parameters: ~
• {node} (Node|nil) collapse only children of this directory
• {opts} (table) optional parameters
Options: ~
• {keep_buffers} (boolean?) do not collapse nodes with open buffers, default false
Uh oh!
There was an error while loading. Please reload this page.
Can this functionality be implemented utilising API?
The api does not cover it as mentioned here
Is your feature request related to a problem? Please describe.
Sometimes I want to unclutter my workspace by closing all open directories and focus on the current one
Describe the solution you'd like
A mapping that would do the above
Describe alternatives you've considered
None
Additional context
This discussion
The text was updated successfully, but these errors were encountered: