diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-20 23:03:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 23:03:54 +0300 |
commit | 2f1a390aaad188d1cad9fc689620ae90e027cc8a (patch) | |
tree | 37ecb2bd335f1604c4d6cd427a5366ff43035d18 /alacritty.yml | |
parent | fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df (diff) | |
download | alacritty-2f1a390aaad188d1cad9fc689620ae90e027cc8a.tar.gz alacritty-2f1a390aaad188d1cad9fc689620ae90e027cc8a.zip |
Remove scrolling.auto_scroll feature
Fixes: #1873
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml index 63d1927b..ab176bdd 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -87,9 +87,6 @@ # scrollback is enabled (history > 0). #multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. - #auto_scroll: false - # Spaces per Tab (changes require restart) # # This setting defines the width of a tab in cells. |