I've recently started trying to learn Vim by setting up Vim keybindings in VSCode.
One thing I've noticed is that when I open a quote ""
, parenthesis ()
, or bracket {}
, VSCode will helpful add the closing quote/paren/bracket for me.
Since I'm now using Vim keybindings, it's now really frustrating to navigate around. I have to ESC
, navigate around that character, then i
back into insert mode to keep typing. It kinda breaks my flow.
Is there an efficient way to navigate around these characters? Or do I just have to get good at the ESC + l + a
combo?