aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/alacritty/alacritty.linux.toml
blob: 307fb06ddbb587b54f6a45fbdb29b05da989fb3e (plain)
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 = "asdfghjkl;"

[[hints.enabled]]
command = "xdg-open"
post_processing = true
# The last 5 characters that are excluded from URL letters are my 'listchars' settings in Vim/Neovim.
regex = "(https:|http:|file:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`\u00AC\u25B8\u00B7\u00BB\u00AB]+"

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

[hints.enabled.mouse]
enabled = true
mods = "None"

[[keyboard.bindings]]
action = "ResetFontSize"
key = "Key0"
mods = "Control"

[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Key1"
mods = "Control"

[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Key2"
mods = "Control"

[font.normal]
family = "monospace"