about summary refs log tree commit diff stats
path: root/hm/soispha/conf/alacritty/toml/hints.toml
blob: cc389725ce0a9877b0427b3559cb829c10931150 (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_procesing = false
regex = '''([^ '"`=:\[\(]*/)([^/: '"`\)\]]*)'''

[hints.enabled.binding]
key = "T"
mods = "Control|Shift"

[[hints.enabled]]
action = "Paste"
post_procesing = false
regex = '([a-z0-9]{7})\s'

[hints.enabled.binding]
key = "H"
mods = "Control|Shift"