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
现在的环境是pop!_os 更换fcitx有点麻烦,想问问能否支持ibus? 切换的相关api很简单 ibus engine 获取当前输入法状态 ibus engine 输入法名称 切换输入法 英文输入法固定就是 xkb:us::eng 其他输入法也是通过ibus list-engine可以看到 vscode的vim插件是提供了3个变量的配置来实现:
ibus engine
ibus engine 输入法名称
xkb:us::eng
ibus list-engine
vscode
vim
The text was updated successfully, but these errors were encountered:
你提供的指令蛮详细的,不过我没有linux开发环境,比较难测试。
如果你可以fork一下我的代码,提交个PR,我可以尝试合并,否则就要等我找到合适的开发环境才行
Sorry, something went wrong.
好的 之前没接触过插件开发 我试试
需要代码上的帮助,可以邮件联系我,hadix.lin@gmail.com
Successfully merging a pull request may close this issue.
现在的环境是pop!_os 更换fcitx有点麻烦,想问问能否支持ibus?
切换的相关api很简单
ibus engine
获取当前输入法状态ibus engine 输入法名称
切换输入法英文输入法固定就是
xkb:us::eng
其他输入法也是通过
ibus list-engine
可以看到vscode
的vim
插件是提供了3个变量的配置来实现:The text was updated successfully, but these errors were encountered: