hutchonoid
hutchonoid

Reputation: 33326

Enable text highlighting in VsVim

I really like text highlighting in Vim for searches and Shift-8. Is there anyway to enable it in VsVim on VS 2010 or VS 2012?

Upvotes: 3

Views: 1415

Answers (1)

hutchonoid
hutchonoid

Reputation: 33326

I added a .vsvimrc file into my user home directory i.e. C:\Users\joe.bloggs that contains the following command:

 :set hlsearch

which is the regular Vim highlight search option.

Upvotes: 6

Related Questions