Answers for "vi highlights word"

0

vi highlights word

:set hlsearch
Then search for a pattern with the command / in Normal mode, 
  or <Ctrl>o followed by / in Insert mode
# to remove highlight
:nohlsearch
Posted by: Guest on October-15-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language