Skip to content

Commit 0292f91

Browse files
authored
Create README.md
1 parent 3ec744b commit 0292f91

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)