LoginSignup
7
5

More than 5 years have passed since last update.

VSCode + Vim で IME コントロール

Posted at

VSCode の Vim プラグインに,Input Method (Disable input method when exiting Insert Mode.) という設定があるのを見つけました。

fcitx を使っている環境では,次のようにすると,NORMAL モードになるときに IM を off にしてくれました。

settings.json
"vim.autoSwitchInputMethod.enable": true,
"vim.autoSwitchInputMethod.obtainIMCmd": "/usr/bin/fcitx-remote",
"vim.autoSwitchInputMethod.switchIMCmd": "/usr/bin/fcitx-remote {im}",
"vim.autoSwitchInputMethod.defaultIM": "-c"
7
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5