We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec744b commit 0292f91Copy full SHA for 0292f91
README.md
@@ -0,0 +1,18 @@
1
+# zenhan
2
+
3
+Switch the mode of input method editor from terminal. This is a tool similar to im-select.
4
5
+see https://github.com/VSCodeVim/Vim#input-method
6
7
+## Setting example
8
9
+```
10
+"vim.autoSwitchInputMethod.enable": true,
11
+"vim.autoSwitchInputMethod.defaultIM": "0",
12
+"vim.autoSwitchInputMethod.obtainIMCmd": "D:\\bin\\zenhan.exe",
13
+"vim.autoSwitchInputMethod.switchIMCmd": "D:\\bin\\zenhan.exe {im}"
14
15
16
+## see also
17
18
+[Qiita (Japanese)](https://qiita.com/iuchi/items/9ddcfb48063fc5ab626c)
0 commit comments