Move mouse setting
This commit is contained in:
parent
b46d172e02
commit
603ed76994
@ -1,8 +1,5 @@
|
|||||||
scriptencoding 'utf-8'
|
scriptencoding 'utf-8'
|
||||||
|
|
||||||
" Enable all mouse features
|
|
||||||
set mouse=a
|
|
||||||
|
|
||||||
" Enable visually highlighting listchars
|
" Enable visually highlighting listchars
|
||||||
set list
|
set list
|
||||||
" Non breaking space:
|
" Non breaking space:
|
||||||
@ -36,6 +33,9 @@ endif
|
|||||||
" Don't add 2 spaces after end of sentence
|
" Don't add 2 spaces after end of sentence
|
||||||
set nojoinspaces
|
set nojoinspaces
|
||||||
|
|
||||||
|
" Enable all mouse features
|
||||||
|
set mouse=a
|
||||||
|
|
||||||
" TODO: spellcapcheck
|
" TODO: spellcapcheck
|
||||||
" TODO: virtualedit=block
|
" TODO: virtualedit=block
|
||||||
" TODO: whichwrap=b,h,l,s,<,>,[,],~
|
" TODO: whichwrap=b,h,l,s,<,>,[,],~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user