Skip to content

Instantly share code, notes, and snippets.

@acook
Created December 17, 2010 09:43
Show Gist options
  • Save acook/744717 to your computer and use it in GitHub Desktop.
Save acook/744717 to your computer and use it in GitHub Desktop.
" search hilighting control, toggles, then enables intelligently
nnoremap / :set hlsearch<CR>/
nnoremap ? :set hlsearch<CR>?
nnoremap n :set hlsearch<CR>n
nnoremap N :set hlsearch<CR>N
nnoremap <CR> :noh<CR><CR>
nnoremap <leader>/ :set hlsearch!<CR>
" all this works, except the n/N after hlsearch has been toggled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment