Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 484 Bytes

zenhan

Switch the mode of input method editor from terminal. This is a tool similar to im-select.

see https://github.com/VSCodeVim/Vim#input-method

Setting example

"vim.autoSwitchInputMethod.enable": true,
"vim.autoSwitchInputMethod.defaultIM": "0",
"vim.autoSwitchInputMethod.obtainIMCmd": "D:\\bin\\zenhan.exe",
"vim.autoSwitchInputMethod.switchIMCmd": "D:\\bin\\zenhan.exe {im}"

see also

Qiita (Japanese)