Move mouse setting

This commit is contained in:
Kenneth Benzie 2017-11-23 22:27:56 +00:00
parent b46d172e02
commit 603ed76994

View File

@ -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,<,>,[,],~