It seems that the VIM color scheme is conflict with Mac Terminal's setting.
I want to change the highlight search color. And it's OK by setting in VIM ESC mode. (:hi search ctermbg=4)
However, it's not work to set in .vimrc.
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You have to edit your color scheme directly. If it's one you downloaded from www.vim.org it is probably located in | |||
|
feedback
|
|
if its one downloaded by you and it doesn't work try moving it to ~/.vim-x/colors. For some reason Mac sometimes reads that instead of ~/.vim | |||
|
feedback
|
hl Search ctermbg=4after setting colorscheme in.vimrc? – jamapag Jul 7 '11 at 14:59