fixed alacritty
This commit is contained in:
parent
4bcddf2c53
commit
46469a3671
@ -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" }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user