Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 589
user193272 Avatar asked Sep 25 '11 14:09

user193272


People also ask

How do I change the cursor in Visual Studio?

For those on a Mac (running Windows+Visual Studio with either VMWare Fusion or Parallels, for example), press the 0 (zero) key in the Mac keyboard number pad. For me, this translates to the Insert key which changed the fat (overwrite) cursor back to the normal (insert) cursor.


1 Answers

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.

like image 117
Steve Avatar answered Oct 02 '22 15:10

Steve