vim:setts: Decrease 'scrolloff' (15 -> 5)
It's annoying sometimes.
This commit is contained in:
@@ -79,7 +79,7 @@ set wrap
|
|||||||
" When wrap is off, show a visual indicator that the lines continues
|
" When wrap is off, show a visual indicator that the lines continues
|
||||||
set listchars+=extends:>
|
set listchars+=extends:>
|
||||||
" Keep current line away from top/bottom borders of the buffer when scrolling
|
" Keep current line away from top/bottom borders of the buffer when scrolling
|
||||||
set scrolloff=15
|
set scrolloff=5
|
||||||
" Enable mouse
|
" Enable mouse
|
||||||
set mouse=a
|
set mouse=a
|
||||||
" Disable pesky swap file warnings
|
" Disable pesky swap file warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user