diff options
author | Mark Lumsden <lum@cvs.openbsd.org> | 2013-12-19 19:09:28 +0000 |
---|---|---|
committer | Mark Lumsden <lum@cvs.openbsd.org> | 2013-12-19 19:09:28 +0000 |
commit | 3cd9a1fa25e4c8b76e36e5495f8647ff2e93a740 (patch) | |
tree | 1f5d0132d0d5c8ff61b2884203f5b7bd20892cf7 /usr.bin/mg | |
parent | c53fcb577760bd5cb9601f8917ab49585a73e1ed (diff) |
Amend dired-unmark-backward to fit with recent change and
include DEL in DIRED KEY BINDINGS.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/mg.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 0944df0ada5..02fc6766b4a 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,7 +1,7 @@ -.\" $OpenBSD: mg.1,v 1.84 2013/06/03 05:10:59 lum Exp $ +.\" $OpenBSD: mg.1,v 1.85 2013/12/19 19:09:27 lum Exp $ .\" This file is in the public domain. .\" -.Dd $Mdocdate: June 3 2013 $ +.Dd $Mdocdate: December 19 2013 $ .Dt MG 1 .Os .Sh NAME @@ -929,6 +929,8 @@ It is not a ring. Specific key bindings are available in dired mode. .Pp .Bl -tag -width xxxxxxxxxxxx -offset indent -compact +.It DEL +dired-unmark-backward .It SPC dired-next-line .It ! @@ -1000,8 +1002,8 @@ Scroll up the dired buffer. .It dired-unmark Remove the deletion flag for the file on the current line. .It dired-unmark-backward -Remove the deletion flag from the file listed on the current line -of the dired buffer, then move up one line. +Remove the deletion flag from the file listed on the previous line +of the dired buffer, then move up to that line. .It quit-window Close the current dired buffer. .El |