From c84def20f3fb26704af5f72d24844f418755be38 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 31 Dec 2021 13:47:57 +0000 Subject: [PATCH] Default to 80 (more useful as a default than 100) --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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