Turn On Search Highlighting in vi editor
Posted: Sun Dec 03, 2017 12:02 pm
from vi:
turn ON:
:set hlsearch
OFF:
:nohlsearch
Or add to .vimrc file (create the file if it doesn't exist):
set hlsearch
turn ON:
:set hlsearch
OFF:
:nohlsearch
Or add to .vimrc file (create the file if it doesn't exist):
set hlsearch