From 1cf8c762c34f0920266fb7c16d94153c0e0a51ef Mon Sep 17 00:00:00 2001 From: surtur Date: Sat, 26 Mar 2022 02:40:15 +0100 Subject: [PATCH] kitty: lower scrollback to just 10000 lines --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 41414ff..b2bb16e 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -185,7 +185,7 @@ cursor_stop_blinking_after 15.0 #: Scrollback {{{ -scrollback_lines 500000 +scrollback_lines 10000 #: Number of lines of history to keep in memory for scrolling back. #: Memory is allocated on demand. Negative numbers are (effectively)