1
1
Fork 0

ghostty: increase scrollback limit

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-03-15 17:31:32 -05:00
parent fb53bd0cd7
commit 8168f0c5fc
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -59,6 +59,10 @@ in {
# https://ghostty.org/docs/config/reference#mouse-scroll-multiplier
mouse-scroll-multiplier = 2;
# https://ghostty.org/docs/config/reference#scrollback-limit
#!! Per terminal surface
scrollback-limit = 1 * 1024 * 1024 * 1024; # GiB
# https://ghostty.org/docs/config/reference#shell-integration-features
shell-integration-features = "no-cursor";