project.vim 和使用 Shift 键的命令

发布于 2024-09-29 13:33:13 字数 249 浏览 0 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-小熊_ 2024-10-06 13:33:13

由于 normal \C 工作正常,问题必定出在 timeoutlen 选项(等待按键代码或映射按键序列完成的时间(以毫秒为单位)。 )。要将其恢复到合理的值,请使用

set timeout timeoutlen=5000 ttimeoutlen=100

Since normal \C works fine, the problem must be with timeoutlen 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

set timeout timeoutlen=5000 ttimeoutlen=100
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文