From: Peng Li Date: Thu, 1 Jan 2015 16:37:54 +0000 (+0800) Subject: vimrc, tidy up test X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=57cb88c25fd95f5a9135efede44560a8e47c1b6d;hp=ec9a03c4c993ffbce6058408968a9a3242a81f94;p=dotfiles.git vimrc, tidy up test --- 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