diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/alacritty.yml b/alacritty.yml index 0901b7fe..07e0bfc5 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -197,20 +197,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: |