diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 6 |
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: ",│`|:\"' ()[]{}<>" |