From: Cian Bagshaw Date: Sun, 15 Jan 2023 17:18:33 +0000 (+0000) Subject: alacritty X-Git-Url: https://tests.cianb.xyz/?a=commitdiff_plain;h=a3ad519e3b080619ecc738b710d379b4f350e481;p=dotFiles alacritty --- diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml new file mode 100644 index 0000000..a54f6b9 --- /dev/null +++ b/.config/alacritty/alacritty.yml @@ -0,0 +1,22 @@ +shell: /bin/bash + +window: + padding: + x: 8 + y: 3 + +font: + normal: + family: monospace + style: Regular + size: 14 + +cursor: + style: + shape: Beam + unfocused_hollow: false + +key_bindings: + - { key: Key0, mods: Control, action: ResetFontSize } + - { key: Plus, mods: Control, action: IncreaseFontSize } + - { key: Minus, mods: Control, action: DecreaseFontSize }