diff options
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 7593cabe..baf17e61 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 |