project.vim 和使用 Shift 键的命令
我正在尝试使用 project.vim 启动并运行,但由于某种原因,需要大写字母的键绑定似乎都不起作用。
例如 \C
,它应该递归地创建新的项目折叠,就像普通的 C 一样,但 \c
按预期运行。 \R
和 \r
也是如此。
我正在使用 MacVim 和 Vim 7.3(显然是在 Mac 上)。我需要首先实现某种键绑定巫术吗?
谢谢。
I'm trying to get up and running using project.vim but for some reason, none of the keybinding requiring a capital letter seem to be working.
For example \C
, which should create new project fold recursively, just acts like normal C, but \c
operates as expected. Same thing with \R
and \r
.
I'm using MacVim with Vim 7.3 (on a Mac, obviously). Is there some kind of keybinding voodoo that I need to implement first?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于
normal \C
工作正常,问题必定出在timeoutlen
选项(等待按键代码或映射按键序列完成的时间(以毫秒为单位)。 )。要将其恢复到合理的值,请使用Since
normal \C
works fine, the problem must be withtimeoutlen
option (The time in milliseconds that is waited for a key code or mapped key sequence to complete.). To restore it to reasonable values, use