How to configure auto closing the outline window when an item selected? #4925
-
How to configure auto closing the outline window when an item selected? I didn't find anything here: |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Mar 6, 2024
Replies: 2 comments 8 replies
-
You can use You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fannheyward
-
Thank you, is it possible to add this feature? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No configuration to auto closing the outline for now.You can use
outline.autoHide
to enable auto closing.You can use
:call CocAction('hideOutline')
to close it.