fixed alacritty

This commit is contained in:
thatscringebro 2023-12-06 14:02:54 -05:00
parent 4bcddf2c53
commit 46469a3671

View File

@ -61,5 +61,7 @@ key_bindings:
- { key: Plus, mods: Control, action: IncreaseFontSize } - { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: 0, mods: Control, action: ResetFontSize } - { key: 0, mods: Control, action: ResetFontSize }
- { key: C, mods: Control, action: Copy } - { key: V, mods: Control|Shift, action: Paste }
- { key: V, mods: Control, action: Paste } - { key: V, mods: Control, chars: "\x16" }
- { key: C, mods: Control|Shift, action: Copy }
- { key: C, mods: Control, chars: "\x03" }