From 8e22bbd2c6f5b5b2e629430cc47901e44728e879 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 28 Sep 2020 14:46:12 +0000 Subject: modules/alacritty: remove quit keybindings These are way too easy to hit accidentally. More recent versions of the Alacritty default config move these to be macOS only, so they were probably never intended for Linux anyway. --- modules/workstation/windowing/alacritty/config.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/workstation') diff --git a/modules/workstation/windowing/alacritty/config.yml b/modules/workstation/windowing/alacritty/config.yml index 2441dabf78d9..9fe99d200d2c 100644 --- a/modules/workstation/windowing/alacritty/config.yml +++ b/modules/workstation/windowing/alacritty/config.yml @@ -218,8 +218,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 } -- cgit 1.4.1