1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00

Remove duplicated 'Ctrl-Minus' key binding

This commit is contained in:
David Chocholatý 2021-06-05 17:01:19 +02:00
parent 125f9d2630
commit 42c4bd7e0e
No known key found for this signature in database
GPG key ID: 6A015DFD0D0D2B97

View file

@ -571,7 +571,6 @@ key_bindings:
- { key: Equals, mods: Control, action: IncreaseFontSize }
- { key: Plus, mods: Control, action: IncreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: Minus, mods: Control, action: DecreaseFontSize }
- { key: F11, mods: None, action: ToggleFullscreen }
- { key: Paste, mods: None, action: Paste }
- { key: Copy, mods: None, action: Copy }