Created
May 19, 2011 17:06
-
-
Save sarumont/981238 to your computer and use it in GitHub Desktop.
Where is my vim cursor?!
This file contains hidden or 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
| :hi CursorLine cterm=none ctermbg=243 | |
| :map <silent> <leader>l :set cursorline<cr>:sleep 250m<cr>:set nocursorline<cr> | |
| :set nocursorline | |
| :let NERDTreeHighlightCursorline=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment