ALONELUR / vim-im-select-obsidian

Obsidian plugin: vim im select
MIT License
84 stars 10 forks source link

在Linux下有点问题 #4

Closed free-150 closed 1 year ago

free-150 commented 2 years ago

设置如下:

图片

插入模式后是中文输入法但当此时用Ctrl+Space切换后再按Esc 无法回到普通模式了。
mac下没有这问题。 vim-im-select-obsidian也没有这个问题但不支持CM6。

ALONELUR commented 2 years ago

对不起一直没看到消息😣 我今天晚些会检查相关功能后回复你。 你说的无法回到普通模式是指现在obsidian的vim-mode不正常吗?

cherrot commented 2 years ago

Defaut IM: keyboard-us Obtaining Command:

[[ `/usr/bin/fcitx5-remote` == 2 ]] && echo pinyin || echo keyboard-us

Switching Command:

/usr/bin/fcitx5-remote -s {im}
ALONELUR commented 1 year ago

请参照@cherrot给出的设置进行尝试。