Search code examples
vimitermiterm2

background issue with my vim


How do I get rid of the gray-highlight in my vim editor? I am not selecting anything, this is what I see when I load VI.

Thank you.

image: http://postimg.org/image/xe7uw7nqt/


Solution

  • In your vimrc try setting..

    highlight Normal ctermbg=NONE
    

    You can also test this from your vim session by pressing ":" and entering it. I believe your colorscheme's Normal color is off for terminals (maybe was a GUI based colorscheme?).