aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml17
1 files changed, 12 insertions, 5 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 5a841263..bcc8e9da 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -259,11 +259,18 @@ mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
- # 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.
- url_launcher: xdg-open
+ 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: open
+
+ # 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: ",│`|:\"' ()[]{}<>"