Update alacritty.yml

This commit is contained in:
Vlad Doster 2020-04-06 18:15:03 -05:00 committed by GitHub
parent 89c866d7d1
commit f0098c9f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,8 +81,8 @@ mouse:
program: xdg-open
# Mouse bindings
key_bindings:
- { 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 }