diff options
author | Joe Wilm <joe@jwilm.com> | 2018-02-16 17:54:32 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:32:29 -0700 |
commit | c49a7e88f64d1421474d492cc6f51bfd30e1e4d1 (patch) | |
tree | 970237ddc0a0f1702c417b2f072cd70a0e9c228a /alacritty.yml | |
parent | 7fe67743ebffd047532f6271bf28474f9d947f64 (diff) | |
download | alacritty-c49a7e88f64d1421474d492cc6f51bfd30e1e4d1.tar.gz alacritty-c49a7e88f64d1421474d492cc6f51bfd30e1e4d1.zip |
Make number of scrollback lines configurable
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |