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?
Asked
Active
Viewed 1,283 times
3
-
Maybe @JaredPar can help you on this one? – Mathew Thompson Mar 05 '13 at 11:10
1 Answers
6
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.

Keith Pinson
- 7,835
- 7
- 61
- 104

hutchonoid
- 32,982
- 15
- 99
- 104