improve ctrl-u/d scroll size

This commit is contained in:
2026-06-05 18:46:00 +03:00
parent 7248185c04
commit c98608240b
3 changed files with 15 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ vim.opt.autoindent = true -- Copy indent from the current line when starting a n
vim.opt.smartindent = true -- Automatically inserts indents in code blocks (for C-like languages)
-- Scroll and mouse
vim.opt.scroll = 20
vim.opt.scroll = 0
vim.opt.scrolloff = 10
vim.opt.sidescrolloff = 5
vim.opt.mousescroll = 'hor:1,ver:1'