vim:setts: Decrease 'scrolloff' (15 -> 5)

It's annoying sometimes.
This commit is contained in:
2024-11-06 02:39:09 +01:00
parent a3fa9a043f
commit f404c150b1

View File

@@ -79,7 +79,7 @@ set wrap
" When wrap is off, show a visual indicator that the lines continues
set listchars+=extends:>
" Keep current line away from top/bottom borders of the buffer when scrolling
set scrolloff=15
set scrolloff=5
" Enable mouse
set mouse=a
" Disable pesky swap file warnings