diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 13:44:24 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 13:44:24 +0100 |
commit | bfaf53d5a1c50ba5cfdd2af796d26bdf98330c86 (patch) | |
tree | 9a6941f2f07c2cfd24e45f29f33cdc7af465ff9e /hm/soispha/conf/alacritty/toml/hints.toml | |
parent | fix(hm/conf/alacritty): Streamline config (diff) | |
download | nixos-config-bfaf53d5a1c50ba5cfdd2af796d26bdf98330c86.zip |
fix(hm/conf/alacritty): Correct hint regex
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/alacritty/toml/hints.toml | 2 |
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]] |