alacritty: avoid accidentally quitting the terminal

This commit is contained in:
teutat3s 2024-06-20 18:26:48 +02:00
parent 1fdbed48de
commit fe9f97017d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -94,16 +94,6 @@
key = "Copy";
action = "Copy";
}
{
key = "Q";
mods = "Command";
action = "Quit";
}
{
key = "W";
mods = "Command";
action = "Quit";
}
{
key = "Insert";
mods = "Shift";