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