在哪里可以找到 vim 增强的资源?

发布于 2024-07-05 11:53:32 字数 129 浏览 6 评论 0原文

我最近安装了 vim-enhanced,但找不到任何与之相关的文章/教程。我所能找到的只是一个简单描述其新功能的页面,以及几个可供下载的 RPM。 它究竟能为脚本语言提供哪些常规 vi/vim 无法提供的功能?

谢谢

I recently installed vim-enhanced , but I can't find any article/tutorial related to it.All I could find is a page that briefly describes it's new features , along with several RPM's to download .
What exactly does it have to offer to scripting languages that regular vi/vim can't ?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

锦爱 2024-07-12 11:53:32

根据 this,vim-enhanced 只是 vim“带有 perl、python、 tcl 和 cscope 选项已编译。” 您应该能够在文档中找到有关这些编译选项的所有信息。

According to this, vim-enhanced is just vim "with the perl, python, tcl, and cscope options compiled in." You should be able to find everything you need to know about these compile options in the documentation.

撩人痒 2024-07-12 11:53:32

如果您是 vim 新手,请运行 vimtutor

您可能还想从阅读 :help 开始并学习如何使用帮助系统。 特别是 :help topic (control-D) 和 :help topic (如果你有 :set wildmenu 的话会更有用)将帮助你在 vim 的内置帮助中找到主题(这明显优于尝试 Google 搜索)。 如果所有其他方法都失败了,还有 :helpgrep 主题,然后使用快速修复缓冲区来查看命中(:cn、:cp、:cl 等)。

Freenode IRC 网络上的 #vim 频道也是获取帮助的好地方。

If you're new to vim, then run vimtutor

You may also want to start out by reading :help and learning how to use the help system. In particular :help topic (control-D) and :help topic (more useful if you have :set wildmenu) will help you find topics in vim's built-in help (which is notably superior to trying to Google for things). If all else fails there's also :helpgrep topic and then use the quickfix buffer to see the hits (:cn, :cp, :cl, etc).

The #vim channel on Freenode IRC network is also a good place to get help.

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