Quantcast
Channel: Vim colors conflicting with terminal ones - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 3

Answer by pullsumo for Vim colors conflicting with terminal ones

$
0
0

You could try the settings I have on my mac for my ~/.vimrc file:

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" => Colors and Fonts"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""syntax enablecolorscheme desertset background=dark" Set extra options when running in GUI modeif has("gui_running")    set guioptions-=T    set guioptions+=e    set t_Co=256    set guitablabel=%M\ %tendif" Set utf8 as standard encoding and en_US as the standard languageset encoding=utf8" Use Unix as the standard file typeset ffs=unix,dos,mac

Viewing all articles
Browse latest Browse all 3