feat(alacritty): padding

This commit is contained in:
Pavel Korytov 2021-04-03 15:39:01 +03:00
parent dcffb16580
commit 97d5d2bb69

View file

@ -6,7 +6,7 @@ font:
style: Regular
size: 10
env:
TERM: xterm-256color
@ -35,6 +35,12 @@ colors:
background_opacity: 0.80
window:
padding:
x: 0
y: 0
dynamic_padding: true
key_bindings:
- { key: Paste, action: Paste }
- { key: Copy, action: Copy }