From 57cb88c25fd95f5a9135efede44560a8e47c1b6d Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 2 Jan 2015 00:37:54 +0800 Subject: [PATCH] vimrc, tidy up test --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0