mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 20:58:34 +10:00
Merge branch 'remove_duplicated_key_binding' into 'master'
Remove duplicated 'Ctrl-Minus' key binding in alacritty.yml See merge request dwt1/dotfiles!36
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user