aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 96ebf9e..361610c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -53,7 +53,7 @@ static Command cmds[] = {
{ "^new$", cmd_new, false },
{ "^o(pen)?$", cmd_open, false },
{ "^qa(ll)?!?$", cmd_qall, false },
- { "^q(quit)?!?$", cmd_quit, false },
+ { "^q(uit)?!?$", cmd_quit, false },
{ "^r(ead)?$", cmd_read, false },
{ "^sav(as)?$", cmd_saveas, false },
{ "^set?$", cmd_set, true },