change hilight color settings for search

This commit is contained in:
Daniel Flanagan 2016-09-21 13:16:25 -05:00
parent cb329772d7
commit c8478ca85e

View file

@ -377,3 +377,5 @@ cnoremap <c-p> <up>
xnoremap < <gv
xnoremap > >gv
" modify higlight colors
hi Search cterm=NONE ctermbg=blue ctermfg=black