Change bash comment color in Vim
Ever notice that it's almost impossible to read the dark blue comments on a black background in a Vim file? What a bitch.
Change them to light blue:
Open ~/.vimrc
Add this line:
hi Comment term=bold ctermfg=lightblue guifg=lightblue
Thanks David C. Rankin!
http://lists.opensuse.org/opensuse/2008-11/msg01212.html
Comments