Skip to content

Instantly share code, notes, and snippets.

@morhetz
Last active December 24, 2015 11:59
Show Gist options
  • Save morhetz/6795169 to your computer and use it in GitHub Desktop.
Save morhetz/6795169 to your computer and use it in GitHub Desktop.
map <silent> <F4> :call gruvbox#hls_toggle()<CR>
imap <silent> <F4> <ESC>:call gruvbox#hls_toggle()<CR>a
vmap <silent> <F4> <ESC>:call gruvbox#hls_toggle()<CR>gv
nnoremap <silent> <CR> :call gruvbox#hls_hide()<CR><CR>
nnoremap * :let @/ = ""<CR>:call gruvbox#hls_show()<CR>*
nnoremap / :let @/ = ""<CR>:call gruvbox#hls_show()<CR>/
nnoremap ? :let @/ = ""<CR>:call gruvbox#hls_show()<CR>?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment