diff options
author | Joe Wilm <joe@jwilm.com> | 2018-02-16 17:54:32 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-03-07 09:47:21 -0800 |
commit | 5c648a34aabf9c9805eced4f3b5443310a4cd461 (patch) | |
tree | 1da7dfad203eb8dbc1952636745945be2a7b30e2 /alacritty.yml | |
parent | 001b780dda549b08c170193ea81b9961edb20acf (diff) | |
download | alacritty-5c648a34aabf9c9805eced4f3b5443310a4cd461.tar.gz alacritty-5c648a34aabf9c9805eced4f3b5443310a4cd461.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 90a27254..fcc637c3 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 |