diff --git a/vimrc b/vimrc index 82f5611..b6dd10a 100644 --- a/vimrc +++ b/vimrc @@ -46,8 +46,8 @@ nnoremap gb :bnext " for general text that will be viewed in a GUI. If printing, an A4-sized " page should fit 100 columns at 8pt or 80 columns at 10pt, in Courier or " Liberation Mono fonts. -set colorcolumn=101 " Suggestions: 73, 81, 101 -set textwidth=100 " Suggestions: 72, 80, 100 +set colorcolumn=81 " Suggestions: 73, 81, 101 +set textwidth=80 " Suggestions: 72, 80, 100 " All other settings. set autoindent