summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2018-02-16 17:54:32 -0800
committerJoe Wilm <joe@jwilm.com>2018-06-02 09:32:29 -0700
commitc49a7e88f64d1421474d492cc6f51bfd30e1e4d1 (patch)
tree970237ddc0a0f1702c417b2f072cd70a0e9c228a /alacritty.yml
parent7fe67743ebffd047532f6271bf28474f9d947f64 (diff)
Make number of scrollback lines configurable
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml3
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