Search Results

39
votes
32answers
5k views

Why should I use an IDE?

In another question, Mark speaks highly of IDEs, saying …
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 …