From f25c3c9b71ce0eeb33cf5d41b14cfbde6f231aee Mon Sep 17 00:00:00 2001 From: mattia Date: Fri, 13 Aug 2021 14:24:07 +0200 Subject: [PATCH] alacritty.yml: Set scrolling history to the maximum value --- alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index aae8026..8639da9 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -81,10 +81,10 @@ window: # Set this to `None` to use the default theme variant. #gtk_theme_variant: None -#scrolling: +scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. - #history: 10000 + history: 100000 # Scrolling distance multiplier. #multiplier: 3