Move relevant settings closer together
This commit is contained in:
parent
1db9ea30ee
commit
87d78f9c7a
@ -30,12 +30,6 @@ if has('linebreak')
|
|||||||
set highlight+=@:SpecialKey
|
set highlight+=@:SpecialKey
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Don't add 2 spaces after end of sentence
|
|
||||||
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,<,>,[,],~
|
||||||
@ -105,6 +99,12 @@ endif
|
|||||||
" Automatically write changes to files
|
" Automatically write changes to files
|
||||||
set autowrite
|
set autowrite
|
||||||
|
|
||||||
|
" Don't add 2 spaces after end of sentence
|
||||||
|
set nojoinspaces
|
||||||
|
|
||||||
|
" Enable all mouse features
|
||||||
|
set mouse=a
|
||||||
|
|
||||||
" Format text
|
" Format text
|
||||||
" r - insert comment leader on 'o' and 'O'
|
" r - insert comment leader on 'o' and 'O'
|
||||||
" q - allow formatting with 'gq'
|
" q - allow formatting with 'gq'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user