From 51e76513c0eea2ff20d34317efbf33ac1c4bc71a Mon Sep 17 00:00:00 2001 From: arnie Date: Tue, 25 Mar 2025 12:19:19 +0100 Subject: [PATCH] Add scrollback-limit to ghostty config --- home-manager/shared/ghostty.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/shared/ghostty.config b/home-manager/shared/ghostty.config index b652c0b..404e27c 100644 --- a/home-manager/shared/ghostty.config +++ b/home-manager/shared/ghostty.config @@ -29,3 +29,6 @@ keybind = super+shift+j=resize_split:up,10 keybind = super+shift+k=resize_split:down,10 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 = 4096