Use longer lines (120 characters)

This commit is contained in:
Anthony Rose 2020-06-01 10:55:15 +01:00
parent 4d59ad872c
commit eb19b375da

8
vimrc
View file

@ -43,7 +43,7 @@ set autoindent
set autoread set autoread
set background=dark set background=dark
set backspace=indent,eol,start set backspace=indent,eol,start
set colorcolumn=79 set colorcolumn=121
set directory=$TEMP//,/tmp//,. set directory=$TEMP//,/tmp//,.
set display+=lastline set display+=lastline
set encoding=utf-8 set encoding=utf-8
@ -68,7 +68,7 @@ set smartcase
set smarttab set smarttab
set spl=en_gb nospell set spl=en_gb nospell
set tabstop=8 set tabstop=8
set textwidth=78 set textwidth=120
set ttimeout set ttimeout
set ttimeoutlen=100 set ttimeoutlen=100
set ttyfast set ttyfast
@ -135,10 +135,10 @@ if has("gui_running")
set guifont=Consolas:h10:cANSI set guifont=Consolas:h10:cANSI
endif endif
set background=light set background=light
set columns=90 set columns=132
set guioptions+=cm set guioptions+=cm
set guioptions-=T set guioptions-=T
set lines=30 set lines=43
endif endif
if has("patch-7.3.541") if has("patch-7.3.541")