Skip to content

Commit

Permalink
修改鼠标滚动配置
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 23, 2019
1 parent 8cb52af commit 3f1a14d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ set hlsearch " 高亮显示搜索结果

" 在处理未保存或只读文件的时候,弹出确认
set confirm
set mouse=a " 设置鼠标滚动
:se so=999 " 总在中间

set mouse=a " 设置鼠标滚动

Expand Down Expand Up @@ -138,4 +140,4 @@ let g:NERDTreeIndicatorMapCustom = {
\ 'Ignored' : '',
\ "Unknown" : "?"
\ }
" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<

0 comments on commit 3f1a14d

Please sign in to comment.