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

时间:2022-04-24 04:39:13

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 ?

我最近安装了vim-enhanced,但我找不到与之相关的任何文章/教程。我所能找到的是一个简要描述它的新功能的页面,以及几个要下载的RPM。它对于常规vi / vim不能提供的脚本语言究竟有什么作用?

Thanks

2 个解决方案

#1


5  

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.

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

#2


0  

If you're new to vim, then run vimtutor

如果您是vim的新手,请运行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).

您可能还希望从阅读开始:帮助和学习如何使用帮助系统。特别是:帮助主题(control-D)和:帮助主题(如果你有:set wildmenu更有用)将帮助你在vim的内置帮助中找到主题(这明显优于尝试谷歌的东西)。如果所有其他方法都失败了,那么还有:helpgrep主题,然后使用quickfix缓冲区来查看命中(:cn,:cp,:cl等)。

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

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

#1


5  

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.

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

#2


0  

If you're new to vim, then run vimtutor

如果您是vim的新手,请运行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).

您可能还希望从阅读开始:帮助和学习如何使用帮助系统。特别是:帮助主题(control-D)和:帮助主题(如果你有:set wildmenu更有用)将帮助你在vim的内置帮助中找到主题(这明显优于尝试谷歌的东西)。如果所有其他方法都失败了,那么还有:helpgrep主题,然后使用quickfix缓冲区来查看命中(:cn,:cp,:cl等)。

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

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