diff options
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: ",│`|:\"' ()[]{}<>" |