Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl keys can not be remapped in insert mode #3697

Closed
serend1p1ty opened this issue Apr 21, 2019 · 1 comment
Closed

Ctrl keys can not be remapped in insert mode #3697

serend1p1ty opened this issue Apr 21, 2019 · 1 comment

Comments

@serend1p1ty
Copy link

serend1p1ty commented Apr 21, 2019

Describe the bug
My vim configuration is as following
B0%3HI8BCW%DPN6@P11V{IY
But when I am in insert mode, I can not exit after typing <C-k>

@serend1p1ty
Copy link
Author

serend1p1ty commented Apr 21, 2019

#757
The true reason is vscode-vim can not receive ctrl keys in insert mode which are taken over by vscode.
So we SHOULD NOT remap ctrl keys in insert mode.
The solution is mapping them in keybinding.json rather than setting.json.

@serend1p1ty serend1p1ty changed the title Ctrl keys can not be used in insert mode Ctrl keys can not be remapped in insert mode Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant