forked from pub-solar/os
alacritty: avoid accidentally quitting the terminal
This commit is contained in:
parent
1fdbed48de
commit
fe9f97017d
|
@ -94,16 +94,6 @@
|
|||
key = "Copy";
|
||||
action = "Copy";
|
||||
}
|
||||
{
|
||||
key = "Q";
|
||||
mods = "Command";
|
||||
action = "Quit";
|
||||
}
|
||||
{
|
||||
key = "W";
|
||||
mods = "Command";
|
||||
action = "Quit";
|
||||
}
|
||||
{
|
||||
key = "Insert";
|
||||
mods = "Shift";
|
||||
|
|
Loading…
Reference in a new issue