update vim conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user