diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 4b44b3f4..aaa38d21 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -178,20 +178,23 @@ 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: + # Click settings + # + # The `double_click` and `triple_click` settings control the time + # alacritty should wait for accepting multiple clicks as one double + # or triple click. double_click: { threshold: 300 } triple_click: { threshold: 300 } + + # Faux Scrollback + # + # 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. faux_scrollback_lines: 1 selection: |