Skip to content

Instantly share code, notes, and snippets.

@fourdollars
Created January 15, 2010 04:31
Show Gist options
  • Save fourdollars/277815 to your computer and use it in GitHub Desktop.
Save fourdollars/277815 to your computer and use it in GitHub Desktop.
" cursor highlight
set cursorline
highlight CursorLine cterm=NONE ctermbg=Black
autocmd InsertEnter * set nocursorline
autocmd InsertLeave * set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment