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_macos.yml | |
parent | 7fe67743ebffd047532f6271bf28474f9d947f64 (diff) | |
download | alacritty-c49a7e88f64d1421474d492cc6f51bfd30e1e4d1.tar.gz alacritty-c49a7e88f64d1421474d492cc6f51bfd30e1e4d1.zip |
Make number of scrollback lines configurable
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index be87a36a..1e9927ba 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -31,6 +31,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 |