From eb19b375da6d3692d1cb344e0b3f60c109683722 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 1 Jun 2020 10:55:15 +0100 Subject: [PATCH] Use longer lines (120 characters) --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index c24df31..d75f4c2 100644 --- a/vimrc +++ b/vimrc @@ -43,7 +43,7 @@ set autoindent set autoread set background=dark set backspace=indent,eol,start -set colorcolumn=79 +set colorcolumn=121 set directory=$TEMP//,/tmp//,. set display+=lastline set encoding=utf-8 @@ -68,7 +68,7 @@ set smartcase set smarttab set spl=en_gb nospell set tabstop=8 -set textwidth=78 +set textwidth=120 set ttimeout set ttimeoutlen=100 set ttyfast @@ -135,10 +135,10 @@ if has("gui_running") set guifont=Consolas:h10:cANSI endif set background=light - set columns=90 + set columns=132 set guioptions+=cm set guioptions-=T - set lines=30 + set lines=43 endif if has("patch-7.3.541")