Browse Source

Remove scrolloff

pull/4/head
Ein Verne 5 years ago
parent
commit
e78590fc7a
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 5
      .vimrc

5
.vimrc

@ -35,9 +35,9 @@ endif
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => VIM user interface " => VIM user interface
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" set 8 lines to the cursor - when moving vertically using j/k " set n lines to the cursor - when moving vertically using j/k
" j/k移动时光标距离文件上下n行 缩写 set so = 8 " j/k移动时光标距离文件上下n行 缩写 set so = 8
set scrolloff=8 set scrolloff=0
" gVim automatically maximize when it open " gVim automatically maximize when it open
" 启动时最大化gVim " 启动时最大化gVim
@ -338,3 +338,4 @@ endif
" source $VIMRUNTIME/vimrc_example.vim " source $VIMRUNTIME/vimrc_example.vim
" source $VIMRUNTIME/mswin.vim " source $VIMRUNTIME/mswin.vim

Loading…
Cancel
Save