0

So for some reason, after copying and pasting text from Sublimetext into VIM, VIM is now auto-highlighting text as I type:

VIM highlighted text

This highlighting persists even when I change the colorscheme (this is with :colorscheme blue)

VI highlighted text with new colorscheme

The only things I can find online about this regard syntax highlighting and search highlighting, not text highlighting - how do I turn this off? I just want my text to output as normal without it being highlighted some weird color.

Xavier T.
  • 40,509
  • 10
  • 68
  • 97
gfppaste
  • 1,111
  • 4
  • 18
  • 48

1 Answers1

4

Try running the command :noh.

maxiscool
  • 537
  • 3
  • 9