Remove expandtab, tw, incsearch

Gina doesn't like them
This commit is contained in:
Peter J. Holzer 2019-01-09 10:43:28 +01:00
parent a1401aa2cc
commit 323d51c22e
1 changed files with 0 additions and 5 deletions

5
.vimrc
View File

@ -2,7 +2,6 @@ set ai
" Disable (ab)use of X11 selection " Disable (ab)use of X11 selection
set clipboard= set clipboard=
set comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,n:\| set comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,n:\|
set expandtab
set exrc set exrc
set list set list
set listchars=tab:»·,trail set listchars=tab:»·,trail
@ -17,11 +16,7 @@ set scrolloff=5
set secure set secure
set sm set sm
set sw=4 set sw=4
set tw=72
set viminfo='100,<50,s10,h,% set viminfo='100,<50,s10,h,%
if has('reltime')
set incsearch
endif
colorscheme default colorscheme default
syntax on syntax on