From 36f737f5cbd69967cd10aff300de8ce1809e68fa Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 16 May 2009 14:45:40 +0000 Subject: [PATCH] =?UTF-8?q?bind=20new=20search-history-{up,down}=20to=20AN?= =?UTF-8?q?SI=20PgUp=20and=20PgDn=20keys=20=E2=80=9Cbecause=20we=20can?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mksh.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mksh.1 b/mksh.1 index 2e0db3e..7306ae2 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.162 2009/05/16 14:44:37 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.163 2009/05/16 14:45:40 tg Exp $ .\" $OpenBSD: ksh.1,v 1.128 2009/03/06 12:28:36 jmc Exp $ .\"- .\" Try to make GNU groff and AT&T nroff more compatible @@ -4888,12 +4888,12 @@ commands continue searching backward to the next previous occurrence of the pattern. The history buffer retains only a finite number of lines; the oldest are discarded as necessary. -.It search\-history\-up: (not bound) +.It search\-history\-up: ANSI-PgUp Search backwards through the history buffer for commands whose beginning match the portion of the input line before the cursor. When used on an empty line, this has the same effect as .Ic up\-history . -.It search\-history\-down: (not bound) +.It search\-history\-down: ANSI-PgDn Search forwards through the history buffer for commands whose beginning match the portion of the input line before the cursor. When used on an empty line, this has the same effect as