fixed alacritty
This commit is contained in:
@@ -61,5 +61,7 @@ key_bindings:
|
||||
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
- { key: 0, mods: Control, action: ResetFontSize }
|
||||
- { key: C, mods: Control, action: Copy }
|
||||
- { key: V, mods: Control, action: Paste }
|
||||
- { key: V, mods: Control|Shift, action: Paste }
|
||||
- { key: V, mods: Control, chars: "\x16" }
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
- { key: C, mods: Control, chars: "\x03" }
|
||||
|
||||
Reference in New Issue
Block a user