如何在 Visual Studio 2010 中更改 vim 光标的颜色
我已经在 Visual Studio 2010 中安装了 Vim 键绑定扩展。我还有一个带有深色背景的配色方案设置。这会产生一个问题,因为 Vim 键绑定扩展将我的光标设置为黑色,这是在深色背景下......不好。如何将该光标更改为不同的颜色?
谢谢。
I have installed the Vim key bindings extension in Visual Studio 2010. I also have a color scheme setup with a dark background. This creates a problem since Vim key bindings extension has set my cursor to black, which is against a dark background .... not good. How can I change that cursor to a different color?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你使用 VsVim 那么我也遇到了同样的问题。最终发现我需要更改 Tools > VsVim Block Caret 下的
VsVim Block Caret
显示项。选项>环境>字体和颜色>显示项目。我将前景色更改为“灰色”,将背景颜色更改为“白色”(看起来从后到前),但这在深色背景上对我来说看起来不错。If you are using VsVim then I had the same problem. Eventually worked out that I needed to change the
VsVim Block Caret
display item under Tools > Options > Environment > Fonts and Colors > Display items. I changed the foreground color to 'Gray' and the background color to 'White' (which seems back to front) but that looks good for me on a dark background.对于那些将来遇到这个问题的人 - 您可以在“工具”>“工具”中更改块插入符号颜色设置。选项> VsVim>默认值>项目颜色>块插入符
for those who hit upon this question in future - You can change the block caret color settings in Tools > Options > VsVim > Defaults > Item Colors > Block Caret