Clean up display a bit

This commit is contained in:
Anthony Rose 2019-06-03 19:51:27 +01:00
parent 0086fcb691
commit 422fbbe51b

8
vimrc
View file

@ -33,8 +33,6 @@ set background=dark
set backspace=indent,eol,start set backspace=indent,eol,start
set colorcolumn=73,81 set colorcolumn=73,81
set complete-=i set complete-=i
set cursorcolumn
set cursorline
set directory=$TEMP//,/tmp//,. set directory=$TEMP//,/tmp//,.
set display+=lastline set display+=lastline
set encoding=utf-8 set encoding=utf-8
@ -45,7 +43,7 @@ set incsearch
set laststatus=2 set laststatus=2
set linebreak set linebreak
set list set list
set listchars=eol,tab:→ ,trail:~,extends:>,precedes:< set listchars=eol,tab:→·,trail:~,extends:>,precedes:<
set modeline set modeline
set modelines=1 set modelines=1
set nocompatible set nocompatible
@ -141,10 +139,6 @@ if has("patch-7.3.541")
set formatoptions+=j set formatoptions+=j
endif endif
if has("patch-7.4.710")
set listchars+=space
endif
if has("printer") if has("printer")
set printheader=%t%h%m%=Page\ %N set printheader=%t%h%m%=Page\ %N
set printoptions=paper:A4,number:y,syntax:n set printoptions=paper:A4,number:y,syntax:n