aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 822ad75..e84629e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -36,6 +36,7 @@ static Command cmds[] = {
/* command name / optional alias, function, options */
{ { "bdelete" }, cmd_bdelete, CMD_OPT_FORCE },
{ { "edit" }, cmd_edit, CMD_OPT_FORCE },
+ { { "help" }, cmd_help, CMD_OPT_NONE },
{ { "new" }, cmd_new, CMD_OPT_NONE },
{ { "open" }, cmd_open, CMD_OPT_NONE },
{ { "qall" }, cmd_qall, CMD_OPT_FORCE },