increase scrolloff
This commit is contained in:
parent
3c78320142
commit
52d20aca31
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -66,7 +66,7 @@ vim.opt.inccommand = 'split'
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
|
|
||||||
-- Minimal number of screen lines to keep above and below the cursor.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 10
|
||||||
|
|
||||||
-- [[ Eric's Custom Keymaps]]
|
-- [[ Eric's Custom Keymaps]]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue