Changed cursor to always be in the middle when scrolling

This commit is contained in:
2023-04-27 20:43:54 +02:00
parent f21400872f
commit 744f7b8d6e

View File

@@ -24,7 +24,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true vim.opt.termguicolors = true
-- Scrolling stuff -- Scrolling stuff
vim.opt.scrolloff = 8 vim.opt.scrolloff = 999
vim.opt.signcolumn = "yes" vim.opt.signcolumn = "yes"
vim.opt.isfname:append("@-@") vim.opt.isfname:append("@-@")