diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-09 17:16:34 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-03-13 14:52:14 -0700 |
commit | 290e2cfb172565c3b80f207555397f57f1ef7fb0 (patch) | |
tree | 8634e1975b461aefa1f73c6a91b5936f1376a4a1 | |
parent | 5dbe6e58b91563d6b011d2be75d13a1e37bd9cac (diff) | |
download | alacritty-290e2cfb172565c3b80f207555397f57f1ef7fb0.tar.gz alacritty-290e2cfb172565c3b80f207555397f57f1ef7fb0.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 6e87ede3..4dcdbb2b 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: ",│`|:\"' ()[]{}<>" |