aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-11 10:04:34 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-11 10:04:34 +0200
commite324e6975367c235ed5413f76fdc3d5189cd00a2 (patch)
tree3d421c8189ebcc66263c6c7c21f4af022091bde3 /config.def.h
parentaa3948409ade9064d90f3e60af5201da83b097d7 (diff)
downloadvis-e324e6975367c235ed5413f76fdc3d5189cd00a2.tar.gz
vis-e324e6975367c235ed5413f76fdc3d5189cd00a2.tar.xz
Add :qall command
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 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 },