From 815dac31f06480d4602374874074d6b6622f1f82 Mon Sep 17 00:00:00 2001 From: mattia Date: Tue, 17 Mar 2026 16:20:04 +0100 Subject: [PATCH] Update hints regex from manual --- alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.toml b/alacritty.toml index bacedca..92b8a55 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -54,7 +54,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-\u009F<>\"\\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