update vim conf
This commit is contained in:
parent
5263221179
commit
9b26a88098
@ -180,8 +180,8 @@ set backspace=2
|
|||||||
" 允许backspace和光标键跨越行边界
|
" 允许backspace和光标键跨越行边界
|
||||||
set whichwrap+=<,>,h,l
|
set whichwrap+=<,>,h,l
|
||||||
" 可以在buffer的任何地方使用鼠标(类似office中在工作区双击鼠标定位)
|
" 可以在buffer的任何地方使用鼠标(类似office中在工作区双击鼠标定位)
|
||||||
map <space>ma :set mouse=a<CR>
|
map <space>ma :set mouse=a<CR>:set nu<CR>
|
||||||
map <space>mc :set mouse=c<CR>
|
map <space>mc :set mouse=c<CR>:set nu!<CR>
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set selection=exclusive
|
set selection=exclusive
|
||||||
set selectmode=mouse,key
|
set selectmode=mouse,key
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user