set scrolloff to 10
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user