vimrc, tidy up test
authorPeng Li <seudut@gmail.com>
Thu, 1 Jan 2015 16:37:54 +0000 (00:37 +0800)
committerPeng Li <seudut@gmail.com>
Thu, 1 Jan 2015 16:37:54 +0000 (00:37 +0800)
vim/vimrc

index ec3616c..11cfda7 100644 (file)
--- 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 <C-N>      :cn<CR>
 nnoremap <C-P> :cp<CR>
 "http://dougblack.io/words/a-good-vimrc.html
 "nnoremap gV `[v`]
-set nostartofline   " don't jump to first character when paging
-set nowrap