summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2018-03-09 16:06:39 +0100
committerJoe Wilm <joe@jwilm.com>2018-06-02 09:44:58 -0700
commitdab0eca4a7bbb94e728465ca0248fbbbf32e6674 (patch)
treeb1d4ae8da619248e8446e2f3b2c14e9a2aa4ac61 /alacritty.yml
parent231ef51365e3cb0de760d04a47a7d2b74809c41d (diff)
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.yml')
-rw-r--r--alacritty.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index d8c9ce73..9cedbdd1 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -219,6 +219,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: 300
+
selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>"