diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 0cb866d7..b45359b7 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -52,6 +52,10 @@ scrolling: # To disable this completely, set `faux_multiplier` to 0. faux_multiplier: 3 + # Automatically scroll to the bottom when new text is written + # to the terminal. + auto_scroll: false + # Display tabs using this many cells (changes require restart) tabspaces: 8 |