From 6c5bdddbb5e7f79a04a0ee2bd7a9252035151812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 11 Sep 2014 15:52:32 +0200 Subject: Add :edit command --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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 }, -- cgit v1.2.3