From c49a7e88f64d1421474d492cc6f51bfd30e1e4d1 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Fri, 16 Feb 2018 17:54:32 -0800 Subject: Make number of scrollback lines configurable --- alacritty.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index 38c57b3e..d8c9ce73 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -33,6 +33,9 @@ window: # Setting this to false will result in window without borders and title bar. decorations: true +# How many lines of scrollback to keep +scroll_history: 10000 + # Display tabs using this many cells (changes require restart) tabspaces: 8 -- cgit