set scrolloff to 10

This commit is contained in:
2025-08-07 21:40:45 +02:00
parent 486acb071d
commit 8d0c1afbed

View File

@@ -29,7 +29,7 @@ opt.wrap = true -- When on, lines longer than the width of the window will wrap
opt.list = true
opt.hidden = true
opt.winborder = 'none'
opt.scrolloff = 4
opt.scrolloff = 10
opt.shiftround = true
opt.relativenumber = false
opt.splitbelow = true