Is there a way to limit the amount of scrollback lines fed to kitty-scrollback specifically? #83
-
I like having the option to scroll back 10k lines in kitty itself or with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @J-Kappes, could you provide the output of
Yes, I have been neglecting some documentation #4 😹 My current and recommended scrollback_pager_history_size 2
scrollback_lines 2000
Neovim allows for the maximum of 100000 lines in its terminal buffer (which kitty-scrollback.nvim uses). See vim.o.scrollback My guess is that you may have a large number for Hopefully this helps. I am interested in the results of
if you set that to true, it will show a timer while kitty is loading to get a rough number of how long it is taking. |
Beta Was this translation helpful? Give feedback.
Hey @J-Kappes, could you provide the output of
:KittyScrollbackCheckHealth
. I'd like to view some of those configs.Yes, I have been neglecting some documentation #4 😹
My current and recommended
kitty.conf
settings are:scrollback_pager_history_size 2