Created
May 3, 2016 04:07
-
-
Save cpappen/0651763b7d35faa01207278bae2a45d2 to your computer and use it in GitHub Desktop.
GNOME Terminal supports 256 colors, but doesn't advertise its support. You can override vim's autodetection by putting the following in your ~/.vimrc
This file contains hidden or 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
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