-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.alacritty.toml
74 lines (59 loc) · 1.24 KB
/
.alacritty.toml
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
[general]
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = false
[colors.bright]
black = '#32302f'
blue = '#7daea3'
cyan = '#89b482'
green = '#a9b665'
magenta = '#d3869b'
red = '#ea6962'
white = '#d4be98'
yellow = '#d8a657'
[colors.cursor]
cursor = '0xe9e9f4'
text = '0x282936'
[colors.normal]
black = '#32302f'
blue = '#7daea3'
cyan = '#89b482'
green = '#a9b665'
magenta = '#d3869b'
red = '#ea6962'
white = '#d4be98'
yellow = '#d8a657'
[colors.primary]
background = '#1d2021'
foreground = '#d4be98'
[font]
size = 15.0
[font.normal]
family = 'FiraCode Nerd Font Mono'
style = 'Retina'
[keyboard]
[[keyboard.bindings]]
chars = "\u001Bb"
key = 'Left'
mods = 'Alt'
[[keyboard.bindings]]
chars = "\u001Bf"
key = 'Right'
mods = 'Alt'
[[keyboard.bindings]]
chars = '€'
key = 'Key2'
mods = 'Alt'
[[keyboard.bindings]]
chars = '#'
key = 'Key3'
mods = 'Alt'
[[keyboard.bindings]]
key = 'N'
mods = 'Command'
[keyboard.bindings.command]
program = '/usr/local/bin/alacritty_new_window_same_dir.sh'
[selection]
save_to_clipboard = true
[window]
option_as_alt = 'Both'