blob: 855c6a0552c4066ff7273985f8f488c626d1d200 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[hints]
alphabet = "jfkdls;ahgurieowpq"
[[hints.enabled]]
command = "xdg-open"
hyperlinks = true
post_processing = true
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.binding]
key = "U"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
mods = "None"
[[hints.enabled]]
action = "Paste"
post_processing = false
regex = '''([^ '"`=:\[\(]*/)([^/: '"`\)\]]*)'''
[hints.enabled.binding]
key = "T"
mods = "Control|Shift"
[[hints.enabled]]
action = "Paste"
post_processing = false
regex = '([a-z0-9]{7})\s'
[hints.enabled.binding]
key = "H"
mods = "Control|Shift"
|