Skip to content

Instantly share code, notes, and snippets.

@smullins7
Created May 1, 2014 00:25
Show Gist options
  • Select an option

  • Save smullins7/7dee812fbb329c5ca0a0 to your computer and use it in GitHub Desktop.

Select an option

Save smullins7/7dee812fbb329c5ca0a0 to your computer and use it in GitHub Desktop.
Vim highlighted search results
"toggle highlighting search results with space bar"
set hlsearch
noremap <silent> <Space> :silent noh<Bar>echo<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment