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

@@ -205,9 +205,3 @@ au('UIEnter', {
end)
end,
})
vim.api.nvim_create_autocmd('VimResized', {
callback = function()
vim.opt.scroll = 20
end,
})