about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-09-28 14:46:12 +0000
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:54:05 +0000
commit8e22bbd2c6f5b5b2e629430cc47901e44728e879 (patch)
treee63c8985d5142b785a7221876a496f1d66668b96 /modules
parent5604a339fa58b8931d23218d9ca23ce2a3454adb (diff)
downloadnixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.tar
nixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.tar.gz
nixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.tar.bz2
nixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.tar.lz
nixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.tar.xz
nixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.tar.zst
nixlib-8e22bbd2c6f5b5b2e629430cc47901e44728e879.zip
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/workstation/windowing/alacritty/config.yml2
1 files changed, 0 insertions, 2 deletions
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             }