Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的很喜欢在 Vim 中突出显示文本以进行搜索和Shift- 8。无论如何在 VS 2010 或 VS 2012 上的 VsVim 中启用它?
I added a .vsvimrc file into my user home directory i.e. C:\Users\joe.bloggs that contains the following command:
.vsvimrc
C:\Users\joe.bloggs
:set hlsearch
which is the regular Vim highlight search option.