blob: 7423485c67dc393f42c7a72acff0914abec37b05 (
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: 10
window:
padding:
x: 0
y: 0
key_bindings:
- { key: V, mods: Alt, action: Paste }
- { key: C, mods: Alt, action: Copy }
|