summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.yml
blob: b43ea66fc3408fd18a9543e23563d3204878540d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
window:
  opacity: 0.95

  padding:
    x: 0
    y: 0

key_bindings:
  - key: T
    mods: Control
    action: SpawnNewInstance

  # nvim <C-S-$> bindings
  # chars syntax: \x1b[{$DECIMAL};{$SUM_OF_BITS_MODS}u
  # \x1b[ = CSI for ESC+[
  # $DECIMAL = decimal value of unicode char
  # $SUM_OF_BITS_MODS = 1=Shift, 2=Alt, 4=Control
  # u = unicode
  - key: Q
    mods: Control|Shift
    chars: "\x1b[81;5u"