diff options
Diffstat (limited to 'alacritty_windows.yml')
-rw-r--r-- | alacritty_windows.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/alacritty_windows.yml b/alacritty_windows.yml index 23210292..23c817cd 100644 --- a/alacritty_windows.yml +++ b/alacritty_windows.yml @@ -232,9 +232,27 @@ mouse_bindings: - { mouse: Middle, action: PasteSelection } 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 } + url: + # URL launcher + # + # This program is executed when clicking on a text which is recognized as a URL. + # The URL is always added to the command as the last parameter. + launcher: explorer + + # URL modifiers + # + # These are the modifiers that need to be held down for opening URLs when clicking + # on them. The available modifiers are documented in the key binding section. + #modifiers: Control|Shift + selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" |