diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-11 10:04:34 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-11 10:04:34 +0200 |
| commit | e324e6975367c235ed5413f76fdc3d5189cd00a2 (patch) | |
| tree | 3d421c8189ebcc66263c6c7c21f4af022091bde3 /config.def.h | |
| parent | aa3948409ade9064d90f3e60af5201da83b097d7 (diff) | |
| download | vis-e324e6975367c235ed5413f76fdc3d5189cd00a2.tar.gz vis-e324e6975367c235ed5413f76fdc3d5189cd00a2.tar.xz | |
Add :qall command
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 c7696ca..7b99cf5 100644 --- a/config.def.h +++ b/config.def.h @@ -51,6 +51,7 @@ enum { static Command cmds[] = { { "^[0-9]+", cmd_gotoline }, { "^o(pen)?", cmd_open }, + { "^qa(ll)?", cmd_qall }, { "^q(quit)?", cmd_quit }, { "^r(ead)?", cmd_read }, { "^sp(lit)?", cmd_split }, |
