blob: 544a3e0e5345c3eb3c83664345e1c77b676bf330 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
[cursor]
unfocused_hollow = false
[cursor.style]
blinking = "On"
shape = "Block"
[env]
TERM = "alacritty"
WINIT_X11_SCALE_FACTOR = "1.0"
[[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 = "K"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
mods = "None"
[[hints.enabled]]
action = "Copy"
post_processing = true
regex = "([-_./0-9@-Za-z]{4,})"
[hints.enabled.binding]
key = "I"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "SemanticRight"
key = "W"
mode = "Vi|~Search"
mods = "None"
[[keyboard.bindings]]
action = "SemanticLeft"
key = "B"
mode = "Vi|~Search"
mods = "None"
[[keyboard.bindings]]
action = "ScrollHalfPageDown"
key = "D"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
action = "ScrollHalfPageUp"
key = "U"
mode = "Vi|~Search"
mods = "Control"
[[keyboard.bindings]]
key = "i"
mods = "Alt"
chars = "\U0000001A"
[window]
decorations = "full"
dynamic_title = true
opacity = 1.0
startup_mode = "Windowed"
[window.dimensions]
columns = 78
lines = 18
[window.padding]
x = 24
y = 12
[font]
offset.x = 0
offset.y = 0
[general]
live_config_reload = true
import = ["/home/pham/.config/alacritty/colors.toml", "/home/pham/.config/alacritty/fonts.toml"]
|