about summary refs log tree commit diff stats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-13 13:44:24 +0100
committerSoispha <soispha@vhack.eu>2024-01-13 13:44:24 +0100
commitbfaf53d5a1c50ba5cfdd2af796d26bdf98330c86 (patch)
tree9a6941f2f07c2cfd24e45f29f33cdc7af465ff9e /hm/soispha/conf
parentfix(hm/conf/alacritty): Streamline config (diff)
downloadnixos-config-bfaf53d5a1c50ba5cfdd2af796d26bdf98330c86.zip
fix(hm/conf/alacritty): Correct hint regex
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/alacritty/toml/hints.toml2
1 files changed, 1 insertions, 1 deletions
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]]