Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
515 views
in Technique[技术] by (71.8m points)

how to change color of vim cursor in Visual Studio 2010

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.

question from:https://stackoverflow.com/questions/7546214/how-to-change-color-of-vim-cursor-in-visual-studio-2010

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...