alacritty.toml: Update default regex expression

Taken from the manual.
This commit is contained in:
2024-02-24 16:23:55 +01:00
parent 6faeeb132c
commit 78166c4485

View File

@@ -53,7 +53,7 @@ hide_when_typing = true
[[hints.enabled]] [[hints.enabled]]
command = "xdg-open" command = "xdg-open"
post_processing = true 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] [hints.enabled.mouse]
enabled = true enabled = true