Skip to content

Instantly share code, notes, and snippets.

@zenchild
Created March 29, 2012 15:51
Show Gist options
  • Save zenchild/2238848 to your computer and use it in GitHub Desktop.
Save zenchild/2238848 to your computer and use it in GitHub Desktop.
Highlight the word under the cursor.
:nnoremap <silent> <leader>h1 :hi W1 guibg=#aeee00 guifg=#000000 ctermbg=154 ctermfg=16<cr> :execute 'match W1 /\<<c-r><c-w>\>/'<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment