Make C-q also quit the application
Alpine 3.24 Success
Arch Linux AUR Success
OpenBSD 7.8 Success

This commit is contained in:
2026-08-08 06:10:43 +02:00
parent aa566be6b6
commit 29f970d135
+1
View File
@@ -3172,6 +3172,7 @@ static struct binding_default
g_normal_defaults[] =
{
{ "q", ACTION_QUIT },
{ "C-q", ACTION_QUIT },
{ "C-l", ACTION_REDRAW },
{ "Escape", ACTION_ABORT },
{ "M-Tab", ACTION_TAB_LAST },