X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=vim%2Fvimrc;h=11cfda78f435c53eb6838e4407e42e3a286d0bd8;hb=57cb88c25fd95f5a9135efede44560a8e47c1b6d;hp=ec3616c378b3cbd94eafd352ed1e2f81770e8100;hpb=ec9a03c4c993ffbce6058408968a9a3242a81f94;p=dotfiles.git diff --git a/vim/vimrc b/vim/vimrc index ec3616c..11cfda7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -74,6 +74,8 @@ set lazyredraw set hlsearch set autoindent set confirm +set nostartofline " don't jump to first character when paging +set nowrap syntax on " colorscheme {{{ set cursorline @@ -602,6 +604,4 @@ nnoremap :cn nnoremap :cp "http://dougblack.io/words/a-good-vimrc.html "nnoremap gV `[v`] -set nostartofline " don't jump to first character when paging -set nowrap