-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
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
为vim_mode添加esc以外的其它按键支持 #864
Comments
app_options:
com.microsoft.VSCode:
ascii_mode: true
ascii_punct: true
com.vscodium:
ascii_mode: true
ascii_punct: true
com.apple.dt.Xcode:
ascii_mode: true
ascii_punct: true
com.googlecode.iterm2:
ascii_mode: true
vim_mode: true |
你系统版本是多少?intel还apple的芯片。在Iterm2中我这不知道为什么不行。贴上你的配置看看 |
那就奇怪了,我是m2。intel芯片的也试了就是不行。只有esc是有效的,我也试了凇雾方案的配置也是不行的。 |
又试了下,idea系的是有效的,自带的 terminal 和 iterm2 无效。 |
我也是同样iterm2无效,但是idea可以的 |
org.gnu.Emacs 无论是 esc 还是 <C-[> 都是无效 |
@harisonkhlil Emacs不会把这些按键发送给系统输入法。 |
求在 Emacs 裏用 Rime 的最佳實踐~ 我每次要切出方案選單都得先隨便打一字,出候選框再按 C-`,不然就被 Emacs 喫了~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前测试鼠须管 vim_mode 只支持esc 而不支持 <C-[>, , 。小狼毫却可以完美支持:https://github.com/rime/weasel/pull/1047
The text was updated successfully, but these errors were encountered: