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 more appropriate?
I’m on pretty old RedHat distribution with VIM-6.3 installed, and whenever I do search
Share
With Vim, try:
:hi Search ctermbg=GreenWith gVim:
:hi Search guibg=Greento set the background color to green, for example.