hy2k / zenhan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:The Unlicense


Languages

Language:C++ 60.9%Language:Shell 39.1%