Michael Elias

Results 2 comments of Michael Elias

I'm having this issue as well with Vim 8.1/MacOS 10.14.3/iTerm2 3.2.9. Just moving around with hjkl causes the folds to constantly open and close. Had to uninstall the plug-in so...

One thing you can do for now is map "editor.emmet.action.matchTag" to a key. I've mapped \ % to run editor.emmet.action.matchTag. ``` "vim.normalModeKeyBindingsNonRecursive": [ { "before": ["", "%"], "commands": [ {...