Skip to content

Instantly share code, notes, and snippets.

@sadjow
Created August 26, 2014 20:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sadjow/b50a11b002f28488eaea to your computer and use it in GitHub Desktop.
Make vim on gnome terminal use 256 colors better
" Add this to the end of vimrc
if $COLORTERM == 'gnome-terminal'
set t_Co=256
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment