In VSC, I use the vim plug-in, how to map j+k to esc?
Why should the arrow keys be mapped to Esc
inoremap jk <ESC>
I read the issue, and the author said it can’t be done. If I forcibly change it to jk, k will be left on the cursor
Why should the arrow keys be mapped to Esc
inoremap jk <ESC>
I read the issue, and the author said it can’t be done. If I forcibly change it to jk, k will be left on the cursor