How to send <Esc> to VSCode in Insert mode? #7831
Unanswered
anthonyma94
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like Esc to be ignored by Vim and to be sent to VSCode while in insert mode. I've tried setting
<Nop>
in settings but that just ignores the keypress:I don't think I can put it in vim.handleKeys because I would still like Esc to function for Vim in other modes. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions