Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Escape keybind conflict in notebook

Open xsrvmy opened this issue 3 years ago • 5 comments

In notebook mode there is a conflict between the escape keybind when waiting for the second key of vim commands. For example, typing d<esc> will trigger vscode's own escape function, instead of cancelling the d command. Further, vim mode is stuck waiting for the d command to complete in this case. I usually end up hitting escape to get of this mess.

Hitting escape in insert mode does work properly.

xsrvmy avatar Jan 25 '22 07:01 xsrvmy