diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-09 17:16:34 +0100 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:44:58 -0700 |
commit | a2f127a5e65c8a6f4e1fc0bf79cc832d161a01b7 (patch) | |
tree | 1143ec556654eb0a36ede01b82f00af17275cd25 | |
parent | dab0eca4a7bbb94e728465ca0248fbbbf32e6674 (diff) | |
download | alacritty-a2f127a5e65c8a6f4e1fc0bf79cc832d161a01b7.tar.gz alacritty-a2f127a5e65c8a6f4e1fc0bf79cc832d161a01b7.zip |
Change config file to display the correct default
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 9cedbdd1..279e014e 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -223,7 +223,7 @@ mouse: # # Number of lines the viewport will move when scrolling in # the terminal with scrollback enabled (>0). - normal_scrolling_lines: 300 + normal_scrolling_lines: 3 selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" |