scrolloffset, incremental search no octal numbers

This commit is contained in:
Peter J. Holzer 2017-09-27 13:32:44 +02:00 committed by Peter J. Holzer
parent 64ed1ceb5d
commit aa5909ec4c
1 changed files with 7 additions and 1 deletions

8
.vimrc
View File

@ -8,15 +8,21 @@ set list
set listchars=tab:»·,trail set listchars=tab:»·,trail
set modeline set modeline
set nojoinspaces set nojoinspaces
set nrformats=hex set nrformats-=octal
set nrformats+=hex
set nu set nu
set printoptions=paper:A4,formfeed:y,portrait:n,number:y,left:10mm,right:10mm set printoptions=paper:A4,formfeed:y,portrait:n,number:y,left:10mm,right:10mm
set ruler set ruler
set scrolloff=5
set secure set secure
set sm set sm
set sw=4 set sw=4
set tw=72 set tw=72
set viminfo='100,<50,s10,h,% set viminfo='100,<50,s10,h,%
if has('reltime')
set incsearch
endif
colorscheme hjp colorscheme hjp
syntax on syntax on
map <F7> :cp map <F7> :cp