From bfaf53d5a1c50ba5cfdd2af796d26bdf98330c86 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 13:44:24 +0100 Subject: fix(hm/conf/alacritty): Correct hint regex --- hm/soispha/conf/alacritty/toml/hints.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm') diff --git a/hm/soispha/conf/alacritty/toml/hints.toml b/hm/soispha/conf/alacritty/toml/hints.toml index 439e5294..33b21924 100644 --- a/hm/soispha/conf/alacritty/toml/hints.toml +++ b/hm/soispha/conf/alacritty/toml/hints.toml @@ -8,7 +8,7 @@ post_processing = true persist = false mouse.enabled = true binding = { key = "U", mods = "Control|Shift" } -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]] -- cgit 1.4.1