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:
parent
125f9d2630
commit
42c4bd7e0e
1 changed files with 0 additions and 1 deletions
|
@ -571,7 +571,6 @@ key_bindings:
|
||||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||||
- { 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: Minus, mods: Control, action: DecreaseFontSize }
|
|
||||||
- { key: F11, mods: None, action: ToggleFullscreen }
|
- { key: F11, mods: None, action: ToggleFullscreen }
|
||||||
- { key: Paste, mods: None, action: Paste }
|
- { key: Paste, mods: None, action: Paste }
|
||||||
- { key: Copy, mods: None, action: Copy }
|
- { key: Copy, mods: None, action: Copy }
|
||||||
|
|
Loading…
Reference in a new issue