alacritty: Remove S-q/S-w to quit, because that's annoying
This commit is contained in:
parent
33113ca9c7
commit
724bdf6f2d
@ -330,8 +330,6 @@ key_bindings:
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
- { key: Paste, action: Paste }
|
||||
- { key: Copy, action: Copy }
|
||||
- { key: Q, mods: Command, action: Quit }
|
||||
- { key: W, mods: Command, action: Quit }
|
||||
- { key: Insert, mods: Shift, action: PasteSelection }
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||
|
Loading…
Reference in New Issue
Block a user