Updated Alacritty config
This commit is contained in:
parent
4feee286fc
commit
23735dbe48
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue