diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index b2b76781..4b44b3f4 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -178,9 +178,21 @@ background_opacity: 1.0 mouse_bindings: - { mouse: Middle, action: PasteSelection } +# Mouse settings +# +# The `faux_scrollback_lines` setting controls the number +# of lines the terminal should scroll when the alternate +# screen buffer is active. This is used to allow mouse +# scrolling for applications like `man`. +# To disable this completely, set `faux_scrollback_lines` to 0. +# +# The `double_click` and `triple_click` settings control the time +# alacritty should wait for accepting multiple clicks as one double +# or triple click. mouse: double_click: { threshold: 300 } triple_click: { threshold: 300 } + faux_scrollback_lines: 1 selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" |