You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
Describe the bug
My vim configuration is as following
But when I am in insert mode, I can not exit after typing
<C-k>
The text was updated successfully, but these errors were encountered: