cinnamon.nvim icon indicating copy to clipboard operation
cinnamon.nvim copied to clipboard

Cinnamon not scrolling in certain cases

Open OXY2DEV opened this issue 1 year ago • 6 comments

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
})

OXY2DEV avatar Feb 23 '24 03:02 OXY2DEV