diff options
author | Mark Lumsden <lum@cvs.openbsd.org> | 2016-01-02 10:39:20 +0000 |
---|---|---|
committer | Mark Lumsden <lum@cvs.openbsd.org> | 2016-01-02 10:39:20 +0000 |
commit | 0bb664c34d5982a5f8be531fca70341fe4d41229 (patch) | |
tree | 8e2dfec3fd1f07295eaaec27eb233aebd9c2b739 /usr.bin/mg/mg.1 | |
parent | 04d43ec6e85627acbd32646b1d235f9290465596 (diff) |
Add dired-find-alternate-file.
Diffstat (limited to 'usr.bin/mg/mg.1')
-rw-r--r-- | usr.bin/mg/mg.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 4edb05d0a5d..19fa0c3097c 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.100 2015/12/30 16:53:17 lum Exp $ +.\" $OpenBSD: mg.1,v 1.101 2016/01/02 10:39:19 lum Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: December 30 2015 $ +.Dd $Mdocdate: January 2 2016 $ .Dt MG 1 .Os .Sh NAME @@ -952,6 +952,8 @@ dired-next-line dired-shell-command .It + dired-create-directory +.It a +dired-find-alternate-file .It c dired-do-copy .It d and C-d @@ -988,6 +990,9 @@ Copy the file listed on the current line of the dired buffer. Delete the files that have been flagged for deletion. .It dired-do-rename Rename the file listed on the current line of the dired buffer. +.It dired-find-alternate-file +Replace the current dired buffer with an alternate one as specified +by the position of the cursor in the dired buffer. .It dired-find-file Open the file on the current line of the dired buffer. If the cursor is on a directory it will be opened in dired mode. |