MonoDevelop 中 Vim 键绑定的状态如何?
MonoDevelop 中关于 Vim 键绑定的信息似乎有很多相互冲突的信息。有谁知道这个功能是否可用或者当前状态如何?我知道在某些时候已经取得了进展。
There seems to be a lot of conflicting information regarding Vim keybindings in MonoDevelop. Does anyone know whether this feature is available or what the current status is? I know there was progress being made at some point.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基础知识运作得很好。目前支持以下模式:Normal、Visual、Visual Line、Insert、Overwrite。在这些模式下,支持大多数“单键”命令,也可以使用一些稍微复杂的命令,例如搜索和标记。
目前的主要限制是它不支持多字符文本运算符和文本对象。我不久前就开始实施对此的支持,但尚未完成。欢迎提供帮助。
The basics work pretty well. It currently supports the following modes: Normal, Visual, Visual Line, Insert, Overwrite. In those modes, most of "single-key" commands are supported, and some slightly more complex commands work too, such as searching and marks.
The major limitation right now is that it does not support multi-character text operators and text objects. I started implementing support for that a while back but it isn't finished yet. Assistance would be welcome.
如果您检查他们的网站,您可以看到Vi 模式 是其 TODO< 的一部分/a>.
If you check their site, you can see that Vi Mode is a section of their TODO.