Updated Alacritty config

This commit is contained in:
Phil Bajsicki 2023-05-17 15:45:45 +02:00
parent 4feee286fc
commit 23735dbe48

View file

@ -854,8 +854,8 @@ window:
# a no-op if you do not wish to receive input characters for that binding.
key_bindings:
# (Windows, Linux, and BSD only)
- { key: V, mods: Control, action: Paste }
- { key: C, mods: Control, action: Copy }
- { key: V, mods: Control|Shift, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
- { key: Insert, mods: Shift, action: PasteSelection }
- { key: Key0, mods: Control, action: ResetFontSize }
- { key: Equals, mods: Control, action: IncreaseFontSize }