Created
December 17, 2010 09:43
-
-
Save acook/744717 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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