squirrel
squirrel copied to clipboard
为vim_mode添加esc以外的其它按键支持
目前测试鼠须管 vim_mode 只支持esc 而不支持 <C-[>, <C-c>, <C-C> 。小狼毫却可以完美支持:https://github.com/rime/weasel/pull/1047
应该是支持的
https://github.com/rime/squirrel/blob/master/SquirrelInputController.m#L200-L204
- 版本:最新夜版
- mac版本:14.4.1 但是我这里确实不行。只有按esc是有效的,squirrel.yaml内容:
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可以的