有 vsVim 用户指南吗?

发布于 2024-09-10 17:33:20 字数 235 浏览 3 评论 0原文

我最近刚刚下载了 vsVim,将其与 Visual Studio 2010 一起使用并加入 Vi 方式。但我一直无法找到有关特定 vsVim 文档的信息。

我知道如何使用 Vim(基本使用,甚至没有中级),但我想知道 vsVim 实现中是否仍然缺少某些东西,或者某些特殊功能。

那么有人能给我指点关于 vsVim 的好资源吗?

感谢您的帮助

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

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

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

发布评论

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

评论(2

柏林苍穹下 2024-09-17 17:33:20

Jared 表示 git 问题列表 是他跟踪功能请求和问题的主要位置 - 所以查看请求应该可以让您了解缺少哪些显着功能。

Jared has said that the git issue list is the main place he tracks feature requests and issues - so having a look at requests should give you an idea of what notable features are missing.

岁月静好 2024-09-17 17:33:20

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

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

如果你想知道你是否做错了什么,或者它是否只是没有在 VsVim 中实现,最好的办法是打开 Vim 并使用它的 :help 功能来找出答案。您始终可以在 GitHub 上提交问题,或者如果您确实想详细了解 Vim,您可以致力于实现某个功能。

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

There is a Wiki, which explains things such as (intended) nonstandard behavior. Also, watching the GitHub repository is a good way to learn both what is and isn't implemented in VsVim and also to learn Vim features that you didn't know about. I've certainly learned a number of things about Vim from feature requests that are posted there, etc.

There are many things missing from the VsVim implementation, and there always will be. There are just certain areas of Visual Studio that you can't accurately layer Vim on top of (for example, the mismatch between the way Visual Studio handles documents, windows and tabs and the way that Vim handles buffers, windows and tabs). However, more and more is supported continuously, and you can always submit a pull request. Jared is very friendly and good to work with. I started using VsVim a year and a half ago and already much more is supported then when I started using it.

If you are wondering whether you are doing somethign wrong or whether it just isn't implemented in VsVim, a good thing to do is to pop open Vim and use its :help feature to find out. You can always submit an issue on GitHub, or if you really want to learn Vim in a detailed way, you could work on implementing a feature.

Finally, the documentation is incomplete, but since it is a wiki, you are welcome to contribute to it as you learn.

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