aboutsummaryrefslogtreecommitdiff
path: root/linux/alacritty/alacritty.yml
blob: 26677880124ac4526866f4dccce3d5ca4a3121ed (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: 7

window:
  padding:
    x: 0
    y: 0

key_bindings:
  - { key: V, mods: Alt, action: Paste }
  - { key: C, mods: Alt, action: Copy }