alacritty: Remove S-q/S-w to quit, because that's annoying

This commit is contained in:
Adam Goldsmith 2018-11-09 12:45:10 -05:00
parent 33113ca9c7
commit 724bdf6f2d
1 changed files with 0 additions and 2 deletions

View File

@ -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 }