0

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/

David Trinh
  • 319
  • 1
  • 12

2 Answers2

1

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?).

0

Try changing your color scheme, e.g.

:colorscheme morning
Brett Y
  • 7,171
  • 1
  • 28
  • 42