Highlighting in VIM 6.3 -- need some adjustments
I'm on pretty old RedHat distribution with VIM-6.3 installed, and whenever I do search with "/" it highlights the text found in a very bright yellow color, so I'm unable to see the text under it. Is there a way to change the brightness to something mo开发者_如何学JAVAre appropriate?
With Vim, try::hi Search ctermbg=Green
With gVim: :hi Search guibg=Green
to set the background color to green, for example.
You could try to use some different colorscheme, just type :colorscheme
and then press TAB to go trough the various schemes.
精彩评论