vim : add hlsearch

This commit is contained in:
Flo 2016-12-28 15:50:08 +01:00
parent 1cf018d56e
commit 6d8c191be8

1
vimrc
View File

@ -10,3 +10,4 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
" On pressing tab, insert 4 spaces " On pressing tab, insert 4 spaces
set expandtab set expandtab
set hlsearch