Skip to content

Instantly share code, notes, and snippets.

@rickd-uk
Created February 6, 2022 04:04
Show Gist options
  • Save rickd-uk/a84c792394addebbb3373ee5fc406976 to your computer and use it in GitHub Desktop.
Save rickd-uk/a84c792394addebbb3373ee5fc406976 to your computer and use it in GitHub Desktop.
CORE_VIM

HIGHLIGHTING

Turn Off
:noh

Turn Off / On
set nohlsearch
set hlsearch!

Map To F3
nnoremap <F3> :set hlsearch!<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment