Created
August 26, 2014 20:29
-
-
Save sadjow/b50a11b002f28488eaea to your computer and use it in GitHub Desktop.
Make vim on gnome terminal use 256 colors better
This file contains 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
" 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