We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode vim 进入 normal 模式自动切换英文输入法
https://github.com/daipeihust/im-select#installation
Mac
"vim.autoSwitchInputMethod.enable": true, "vim.autoSwitchInputMethod.defaultIM": "com.apple.keylayout.US", "vim.autoSwitchInputMethod.obtainIMCmd": "/usr/local/bin/im-select", "vim.autoSwitchInputMethod.switchIMCmd": "/usr/local/bin/im-select {im}"
(以终端执行的 /usr/local/bin/im-select 的结果为准:com.apple.keylayout.US 可能要换成 com.apple.keylayout.ABC)
/usr/local/bin/im-select
com.apple.keylayout.US
com.apple.keylayout.ABC
Win
"vim.autoSwitchInputMethod.enable": true, "vim.autoSwitchInputMethod.defaultIM": "1033", "vim.autoSwitchInputMethod.obtainIMCmd": "C:\\im-select\\im-select.exe", "vim.autoSwitchInputMethod.switchIMCmd": "C:\\im-select\\im-select.exe {im}"
ref: https://www.zhihu.com/question/303850876
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vscode vim 进入 normal 模式自动切换英文输入法
https://github.com/daipeihust/im-select#installation
Mac
(以终端执行的
/usr/local/bin/im-select
的结果为准:com.apple.keylayout.US
可能要换成com.apple.keylayout.ABC
)Win
ref: https://www.zhihu.com/question/303850876
The text was updated successfully, but these errors were encountered: