From aa5909ec4ca53ad48b28e4977fec3766822c506e Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Wed, 27 Sep 2017 13:32:44 +0200 Subject: [PATCH] scrolloffset, incremental search no octal numbers --- .vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 18f781b..9c94eb1 100644 --- a/.vimrc +++ b/.vimrc @@ -8,15 +8,21 @@ set list set listchars=tab:»·,trail:· set modeline set nojoinspaces -set nrformats=hex +set nrformats-=octal +set nrformats+=hex set nu set printoptions=paper:A4,formfeed:y,portrait:n,number:y,left:10mm,right:10mm set ruler +set scrolloff=5 set secure set sm set sw=4 set tw=72 set viminfo='100,<50,s10,h,% +if has('reltime') + set incsearch +endif + colorscheme hjp syntax on map :cp