diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-27 15:59:08 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-27 16:05:47 +0200 |
| commit | d66ee8dcf013dc4308ad96e07649c2f4f972852c (patch) | |
| tree | b858d175130c640d8802ab0cc052c2e652d7da88 /config.def.h | |
| parent | 11044c55e96183816a44a0bdd9a03716b6388c44 (diff) | |
| download | vis-d66ee8dcf013dc4308ad96e07649c2f4f972852c.tar.gz vis-d66ee8dcf013dc4308ad96e07649c2f4f972852c.tar.xz | |
Implement :bdelete
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 }, |
