cinnamon.nvim
cinnamon.nvim copied to clipboard
Cinnamon not scrolling in certain cases
Hi. I have encountered a weird issue where cinnamon will not scroll if I am on the top 2 lines and the bottom 2 lines.
If I go to the topmost line on my screen and try <Page-up>
it would instead just send my cursor to the 2nd line and not scroll.
Is this intended? Or am I doing something wrong?
My setup is
require("cinnamon").setup({
extra_keymaps = true,
default_delay = 15,
scroll_limit = 150
})