ghostty: increase scrollback limit
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
fb53bd0cd7
commit
8168f0c5fc
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue