aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wezterm/.config/wezterm/init.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/wezterm/.config/wezterm/init.fnl b/wezterm/.config/wezterm/init.fnl
index 67a8080..a76f4ff 100644
--- a/wezterm/.config/wezterm/init.fnl
+++ b/wezterm/.config/wezterm/init.fnl
@@ -13,7 +13,7 @@
:mods "CTRL|SHIFT"
:action (wezterm.action.QuickSelectArgs
{ :label "open url"
- :patterns [ "https?://[[:alnum:]./-]+[[:alnum:]/]" ]
+ :patterns [ "https?://[[:alnum:]./-~]+[[:alnum:]/]" ]
:action (wezterm.action_callback
(fn [window pane]
(let [url (window:get_selection_text_for_pane pane)]