This commit is contained in:
2026-02-25 16:39:43 +02:00
parent e65a7f3f13
commit 713af0f937
5 changed files with 47 additions and 1 deletions

View File

@@ -71,6 +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.scrolloff = 10
vim.opt.sidescrolloff = 5
vim.opt.mousescroll = 'hor:1,ver:1'