diff --git a/init.lua b/init.lua index 2e3bb941..885e128a 100644 --- a/init.lua +++ b/init.lua @@ -66,7 +66,7 @@ vim.opt.inccommand = 'split' vim.opt.cursorline = true -- Minimal number of screen lines to keep above and below the cursor. -vim.opt.scrolloff = 8 +vim.opt.scrolloff = 10 -- [[ Eric's Custom Keymaps]]