From 47690630c060b2478727924afe4bf78dad730f91 Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Tue, 14 Jul 2020 00:07:17 +0200
Subject: [PATCH] kitty: Increase scrollback lines

---
 home-profiles/kitty/.config/kitty/kitty.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home-profiles/kitty/.config/kitty/kitty.conf b/home-profiles/kitty/.config/kitty/kitty.conf
index 77d08e1..c7f6488 100644
--- a/home-profiles/kitty/.config/kitty/kitty.conf
+++ b/home-profiles/kitty/.config/kitty/kitty.conf
@@ -82,7 +82,7 @@ cursor_stop_blinking_after 5.0
 
 # Scrollback {{{
 # Number of lines of history to keep in memory for scrolling back
-scrollback_lines 2000
+scrollback_lines 10000
 
 # Program with which to view scrollback in a new window. The scrollback buffer is passed as
 # STDIN to this program. If you change it, make sure the program you use can
-- 
GitLab