diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-03-09 16:06:39 +0100 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 09:44:58 -0700 |
commit | dab0eca4a7bbb94e728465ca0248fbbbf32e6674 (patch) | |
tree | b1d4ae8da619248e8446e2f3b2c14e9a2aa4ac61 /alacritty_macos.yml | |
parent | 231ef51365e3cb0de760d04a47a7d2b74809c41d (diff) | |
download | alacritty-dab0eca4a7bbb94e728465ca0248fbbbf32e6674.tar.gz alacritty-dab0eca4a7bbb94e728465ca0248fbbbf32e6674.zip |
Make normal scrolling line amount configurable
It is now possible to configure the amount of lines the viewport should
scroll when using the normal scrolling mode.
This fixes #1160.
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 1e9927ba..f2c75899 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -200,6 +200,12 @@ mouse: # To disable this completely, set `faux_scrollback_lines` to 0. faux_scrollback_lines: 1 + # Normal Scrolling + # + # Number of lines the viewport will move when scrolling in + # the terminal with scrollback enabled (>0). + normal_scrolling_lines: 3 + selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" |