aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-11 15:52:32 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-11 15:52:32 +0200
commit6c5bdddbb5e7f79a04a0ee2bd7a9252035151812 (patch)
tree128f04c8f39aac526414056fda2c4ac11eb46ea1 /config.def.h
parent89c99d64005f9e31b70f7eae8c0f6a76b24f4b14 (diff)
downloadvis-6c5bdddbb5e7f79a04a0ee2bd7a9252035151812.tar.gz
vis-6c5bdddbb5e7f79a04a0ee2bd7a9252035151812.tar.xz
Add :edit 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 d26045d..4b5bf79 100644
--- a/config.def.h
+++ b/config.def.h
@@ -50,6 +50,7 @@ enum {
*/
static Command cmds[] = {
{ "^[0-9]+", cmd_gotoline },
+ { "^e(dit)?", cmd_edit },
{ "^o(pen)?", cmd_open },
{ "^qa(ll)?", cmd_qall },
{ "^q(quit)?", cmd_quit },