16

I've just recently downloaded vsVim to use it with Visual Studio 2010 and join the Vi way. But I haven't been able to find information regarding the specific vsVim documentation.

I know how to use Vim (basic use, nothing even intermediate) but I would like to know if there is something that is still missing from the vsVim implementation, or some special feature.

So could anyone point me to a good resource about vsVim?

Thanks for any help

4

2 回答 2

4

Jared 说过git 问题列表是他跟踪功能请求和问题的主要位置 - 因此查看请求应该让您了解缺少哪些值得注意的功能。

于 2010-07-17T06:15:24.077 回答
1

有一个Wiki,它解释了诸如(预期的)非标准行为之类的事情。此外,查看 GitHub 存储库是了解 VsVim 中实现和未实现的内容以及了解您不知道的 Vim 功能的好方法。我当然从那里发布的功能请求等中学到了很多关于 Vim 的东西。

VsVim 实现中缺少很多东西,而且总会有。在 Visual Studio 的某些区域中,您无法准确地将 Vim 分层(例如,Visual Studio 处理文档、窗口和选项卡的方式与 Vim 处理缓冲区、窗口和选项卡的方式不匹配)。但是,越来越多的支持不断得到支持,您始终可以提交拉取请求。Jared 非常友好,乐于合作。一年半前我开始使用 VsVim,并且在我开始使用它时已经支持更多。

如果你想知道你是否做错了什么,或者它是否没有在 VsVim 中实现,一个好办法是打开 Vim 并使用它的:help功能来找出答案。您可以随时在 GitHub 上提交问题,或者如果您真的想详细了解 Vim,您可以着手实现一个功能。

最后,文档是不完整的,但由于它是一个 wiki,欢迎您在学习时为它做出贡献。

于 2014-11-06T14:28:42.093 回答