Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Created October 30, 2017 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haya14busa/b8fde67641aa2f7f924749af653771e3 to your computer and use it in GitHub Desktop.
Save haya14busa/b8fde67641aa2f7f924749af653771e3 to your computer and use it in GitHub Desktop.
augroup vimrc-incsearch-highlight
autocmd!
autocmd CmdlineEnter [/\?] :set hlsearch
autocmd CmdlineLeave [/\?] :set nohlsearch
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment