Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2015 的 ViEmu 扩展。在 Vim 中,我可以使用:registers或查看寄存器的内容:reg。在 ViEmu 中,这将返回“未知命令”。
:registers
:reg
如何在 ViEmu 中查看寄存器?
:regor:registers是 vi 中没有的 vim 扩展。ViEmu文档没有提到这个扩展。General部分(本质上是更改摘要)清楚地表明 ViEmu 不具有vim 的所有功能。
缺少这一点,您可以“看到”寄存器内容的唯一方法是将其临时放入当前缓冲区。