diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index bed3c80..655442d 100644 --- a/config.def.h +++ b/config.def.h @@ -48,6 +48,7 @@ enum { /* command recognized at the ':'-prompt. tested top to bottom, first match wins. */ static Command cmds[] = { { "^[0-9]+$", cmd_gotoline, false }, + { "^bd(elete)?!?$", cmd_bdelete, false }, { "^e(dit)?!?$", cmd_edit, false }, { "^new$", cmd_new, false }, { "^o(pen)?$", cmd_open, false }, |
