diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-24 08:25:01 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-24 08:25:01 +0200 |
| commit | 4c0d935f7ac9675f3d2fb444b48084b44efc583f (patch) | |
| tree | dbeb26e0337f26efb1b7d483dee7893043d2a506 /config.def.h | |
| parent | 1693856c4f6449fdf747ea822b9691954c9ed9a7 (diff) | |
| download | vis-4c0d935f7ac9675f3d2fb444b48084b44efc583f.tar.gz vis-4c0d935f7ac9675f3d2fb444b48084b44efc583f.tar.xz | |
Implement :saveas 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 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 }, |
