From fb68f778126ecb0fbfd90c99b0ab86f124335ee1 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 22 Mar 2020 10:47:49 +0000 Subject: [PATCH] alacritty: increase history buffer 10x --- .config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 23d539b..c1a4fbb 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -81,7 +81,7 @@ window: scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. - history: 10000 + history: 100000 # Number of lines the viewport will move for every line scrolled when # scrollback is enabled (history > 0).