Disable auto expand of code when navigating into fold
Answered
I use vim to navigate around code.
So its super annoying when I have all the code folded and want to navigate around quickly for a quick overview.
Every time the cursor moves into a fold, the code expands and I have to fold it again.
Have to mention this is the editor fold I'm talking about.
//<-------- <editor-fold desc="UI region"> -------->
//<--------------- </editor-fold> ------------------->
Is there anyway to disable this auto expansion?
Please sign in to leave a comment.
It's a known issue specific to IdeaVim plug-in, please vote for https://youtrack.jetbrains.com/issue/VIM-1294.