-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalacritty.toml
More file actions
63 lines (48 loc) · 1.05 KB
/
alacritty.toml
File metadata and controls
63 lines (48 loc) · 1.05 KB
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
[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Command|Shift"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Command|Shift"
[[keyboard.bindings]]
Key = "B"
chars = "\u0002"
mods = "Command"
[[keyboard.bindings]]
chars = "\u0003"
key = "C"
mods = "Command"
[[keyboard.bindings]]
chars = "\u0004"
key = "D"
mods = "Command"
[[keyboard.bindings]]
Key = "Z"
chars = "\u001A"
mods = "Command"
[[keyboard.bindings]]
Key = "T"
action = "CreateNewWindow"
mods = "Command|Shift"
[general]
import = ["/Users/justinf/docs/term/base16-alacritty/colors/base16-tomorrow-night-eighties.toml", "/Users/justinf/docs/term/alacritty_fonts/current.toml"]
[[hints.enabled]]
command = "open"
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 = "Control"
[scrolling]
history = 100000
[window]
decorations = "full"
[window.padding]
x = 2
y = 2
[keyboard]