Skip to content

Instantly share code, notes, and snippets.

@jvorcak
Created July 23, 2013 05:54
Show Gist options
  • Save jvorcak/6060153 to your computer and use it in GitHub Desktop.
Save jvorcak/6060153 to your computer and use it in GitHub Desktop.
Colorcolumn in Vim
:hi CursorColumn cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=white
:set cursorcolumn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment