From 78166c4485422da489c68b96f19fa2ca088ebe01 Mon Sep 17 00:00:00 2001 From: mattiaborsarini Date: Sat, 24 Feb 2024 16:23:55 +0100 Subject: [PATCH] alacritty.toml: Update default regex expression Taken from the manual. --- alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.toml b/alacritty.toml index 0925981..ccf0d94 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -53,7 +53,7 @@ hide_when_typing = true [[hints.enabled]] command = "xdg-open" post_processing = true -regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+" +regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" [hints.enabled.mouse] enabled = true