monaco-vim icon indicating copy to clipboard operation
monaco-vim copied to clipboard

How to solve the problem that Chinese input method can directly insert characters in Normal mode

Open dreamWB opened this issue 3 years ago • 3 comments

I hope that the Chinese input method cannot insert characters in Normal mode or automatically switch input methods in Normal mode Kapture 2022-08-10 at 15 45 08

dreamWB avatar Aug 10 '22 07:08 dreamWB

When using the Vim plugin for VSCode, the Chinese input method cannot insert characters in Normal mode, like this Kapture 2022-08-10 at 16 00 07

dreamWB avatar Aug 10 '22 08:08 dreamWB

I also met this problem, can anyone help?

zfhxi avatar Dec 19 '23 12:12 zfhxi

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.

zfhxi avatar Dec 19 '23 12:12 zfhxi