vimrc: set hlsearch

This commit is contained in:
Mikaela Suomalainen 2014-08-28 14:15:25 +03:00
parent dee51754e7
commit ec0300e69f
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -128,3 +128,6 @@ iab #p #!/usr/bin/env python3
iab #r #!/usr/bin/env ruby
" end of copied from Edelwin
iab #b #!/usr/bin/env bash
" Highlight all search results
set hlsearch