monaco-vim
monaco-vim copied to clipboard
How to solve the problem that Chinese input method can directly insert characters in Normal mode
I hope that the Chinese input method cannot insert characters in Normal mode or automatically switch input methods in Normal mode

When using the Vim plugin for VSCode, the Chinese input method cannot insert characters in Normal mode, like this

I also met this problem, can anyone help?
A possible solution might be to auto-switch the input method to com.apple.keylayout.US after exiting insert mode, similar to vim or neovim, referring to https://github.com/vscode-neovim/vscode-neovim/issues/68.
But i don't how to implement it on monacao-vim.