From 4c0d935f7ac9675f3d2fb444b48084b44efc583f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 24 Sep 2014 08:25:01 +0200 Subject: Implement :saveas 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 9513a2a..097dfb5 100644 --- a/config.def.h +++ b/config.def.h @@ -53,6 +53,7 @@ static Command cmds[] = { { "^qa(ll)?!?$", cmd_qall }, { "^q(quit)?!?$", cmd_quit }, { "^r(ead)?$", cmd_read }, + { "^sav(as)?$", cmd_saveas }, { "^set$", cmd_set }, { "^sp(lit)?$", cmd_split }, { "^s(ubstitute)?$", cmd_substitute }, -- cgit v1.2.3