From 0a9f041a3db56b77630e868a118267f3ffcd0c96 Mon Sep 17 00:00:00 2001 From: arnie Date: Thu, 21 Aug 2025 11:32:10 +0200 Subject: [PATCH] Increase scollback limit in ghostty --- home-manager/shared/ghostty.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/shared/ghostty.config b/home-manager/shared/ghostty.config index 6d0b2e2..5f7d3ab 100644 --- a/home-manager/shared/ghostty.config +++ b/home-manager/shared/ghostty.config @@ -31,4 +31,4 @@ keybind = super+shift+h=resize_split:left,10 keybind = super+shift+l=resize_split:right,10 # https://ghostty.org/docs/config/reference#scrollback-limit -scrollback-limit = 10000000 +scrollback-limit = 100000000