Skip to content

Instantly share code, notes, and snippets.

@sarumont
Created May 19, 2011 17:06
Show Gist options
  • Save sarumont/981238 to your computer and use it in GitHub Desktop.
Save sarumont/981238 to your computer and use it in GitHub Desktop.
Where is my vim cursor?!
: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