diff options
Diffstat (limited to 'hm/soispha/conf/alacritty/toml/hints.toml')
-rw-r--r-- | hm/soispha/conf/alacritty/toml/hints.toml | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/hm/soispha/conf/alacritty/toml/hints.toml b/hm/soispha/conf/alacritty/toml/hints.toml index 855c6a05..439e5294 100644 --- a/hm/soispha/conf/alacritty/toml/hints.toml +++ b/hm/soispha/conf/alacritty/toml/hints.toml @@ -2,33 +2,24 @@ alphabet = "jfkdls;ahgurieowpq" [[hints.enabled]] -command = "xdg-open" -hyperlinks = true +command = "xdg-open" # On Linux/BSD +hyperlinks = true post_processing = true -regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+" +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{-}\\ˆ⟨⟩‘]+" -[hints.enabled.binding] -key = "U" -mods = "Control|Shift" - -[hints.enabled.mouse] -enabled = true -mods = "None" [[hints.enabled]] action = "Paste" post_processing = false +binding = { key = "T", mods = "Control|Shift" } regex = '''([^ '"`=:\[\(]*/)([^/: '"`\)\]]*)''' -[hints.enabled.binding] -key = "T" -mods = "Control|Shift" [[hints.enabled]] action = "Paste" post_processing = false +binding = { key = "H", mods = "Control|Shift" } regex = '([a-z0-9]{7})\s' - -[hints.enabled.binding] -key = "H" -mods = "Control|Shift" |