当我在 VIM 中加载 PIV 时,它破坏了我的 NERDTree 并破坏了我的领导密钥
我正在努力进入 VIM。我已经运行了 Pathogen、NERDTree 和 snipmate,现在我想让 PIV 运行起来。当我将它放入我的包目录中时,它会加载,当我打开 php 文件时,它们默认会折叠。伟大的!但是 Nerdtree 失去了所有颜色,并且我重新映射为分号的冒号键也发生了变化。知道发生了什么事吗?
谢谢
I'm working my way into VIM. I've got Pathogen, NERDTree and snipmate running, now I want to get PIV going. When i throw it into my bundle dir it loads and when i open php files they are folded by default. Great! But Nerdtree loses all it's colors, and my colon key which I remapped to be the semicolon also gets changed. Any idea what's going on?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要调查此类问题,您可以使用:
verbose map
显示所有键以及它们映射到的文件verbosehighlight
显示所有突出显示的组如果您遇到问题用键“,”
您还可以使用 verbose map ,
您可以在使用或不使用 PIV 的情况下尝试这两个命令,看看有什么不同。希望您能理解为什么以及如何解决它。
To investigate that kind of issue you can use :
verbose map
to display all the keys and in which file they are mappedverbose highlight
to display all highlighted groupsIf you have an issue with the key ","
you can also use
verbose map ,
You can try both commands with or without PIV and see what is different. Hopefully, you'll understand why and how you can work around it.