Open
Description
I'm using extension VSCodeVim. Sometimes, I forget to disable the Chinese IME when i'm doing navigation in NORMAL mode, like typing jjj. So just switch back to US keyboard without clearing the typing first. With
experimentalEditContextEnabled
, the jjj is not passed as actions in NORMAL mode, but inserted as sth likej'j'
in the editor, which didn't happen before.Disabling
experimentalEditContextEnabled
fixes my problem.BTW, macOS 15.3.1, VSCode 1.101.0.
Originally posted by @laggardkernel in #251608