39
votes
32answers
5k views
26
votes
Vim 80 column layout concerns
I have this set up in my .vimrc:
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.*/
This highlights the background in a subtle …
