diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2005-05-30 13:13:51 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2005-05-30 13:13:51 +0000 |
commit | 0f71813d6df26961349d431f2636f5441fa514cb (patch) | |
tree | 270be1432635b9a05b511366ba39571c1b83099d /usr.bin/mg/funmap.c | |
parent | 2f1dc810c4a250489c4d71a333fdb9d084dfcda3 (diff) |
add find-alternate-file command and binding for ^X^V; ok cloder
(you're welcome kjell)
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r-- | usr.bin/mg/funmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index 07857e7f7ee..e673a3945b4 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.13 2005/05/27 08:08:18 cloder Exp $ */ +/* $OpenBSD: funmap.c,v 1.14 2005/05/30 13:13:50 jason Exp $ */ /* * Copyright (c) 2001 Artur Grabowski <art@openbsd.org>. All rights reserved. * @@ -118,6 +118,7 @@ static struct funmap functnames[] = { {fillpara, "fill-paragraph",}, {filevisit, "find-file",}, {filevisitro, "find-file-read-only",}, + {filevisitalt, "find-alternate-file",}, {poptofile, "find-file-other-window",}, {forwchar, "forward-char",}, {gotoeop, "forward-paragraph",}, |