update vim conf

This commit is contained in:
light 2018-10-23 11:29:34 +08:00
parent 5263221179
commit 9b26a88098

View File

@ -180,8 +180,8 @@ set backspace=2
" 允许backspace和光标键跨越行边界
set whichwrap+=<,>,h,l
" 可以在buffer的任何地方使用鼠标类似office中在工作区双击鼠标定位
map <space>ma :set mouse=a<CR>
map <space>mc :set mouse=c<CR>
map <space>ma :set mouse=a<CR>:set nu<CR>
map <space>mc :set mouse=c<CR>:set nu!<CR>
set mouse=a
set selection=exclusive
set selectmode=mouse,key