Created
March 29, 2012 15:51
-
-
Save zenchild/2238848 to your computer and use it in GitHub Desktop.
Highlight the word under the cursor.
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
: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