blob: b89296bbf0e15590820855fdde89e402e82403eb (
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
|
live_config_reload: true
import:
#- ~/.config/alacritty/papercolor-light.yaml
- ~/.config/alacritty/atom_one_light.yaml
#- ~/.config/alacritty/papertheme.yaml
#- ~/.config/alacritty/solarized_light.yaml
env:
TERM: xterm-256color
font:
normal:
family: RobotoMono Nerd Font Mono
size: 8
window:
padding:
x: 0
y: 0
key_bindings:
- { key: V, mods: Alt, action: Paste }
- { key: C, mods: Alt, action: Copy }
|