Turn off highlight (temporarily) in vim
I’m writing some documentation in markdown these days, and I’m using vim. I don’t know why but the syntax highlight in my vim is just plain wrong, and disturbing.
So I wanted to switch off the syntax highlight, at least temporarily. Easy:
:syntax off
aaaah much better now. HTH