Skip to content

Is there a way to limit the amount of scrollback lines fed to kitty-scrollback specifically? #83

Answered by mikesmithgh
J-Kappes asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @J-Kappes, could you provide the output of :KittyScrollbackCheckHealth. I'd like to view some of those configs.

Is there a way to limit the amount of scrollback lines fed to kitty-scrollback specifically?

Yes, I have been neglecting some documentation #4 😹

My current and recommended kitty.conf settings are:

scrollback_pager_history_size 2

  • scrollback_pager_history_size controls the amount of history that is stored and passed to scrollback pager programs like kitty-scrollback.nvim or less. From the docs:

The current implementation stores the data in UTF-8, so approximately 10000 lines per megabyte at 100 chars per line, for pure ASCII, unformatted text.

  • I pick 2 here because 2 mb…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@J-Kappes
Comment options

@mikesmithgh
Comment options

@J-Kappes
Comment options

@mikesmithgh
Comment options

Answer selected by J-Kappes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants