diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-12 06:53:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-12 06:53:14 +0000 |
commit | 81ab06bd533ae45298f0aecec83cafc63aa2670c (patch) | |
tree | 4383820059ced16d90816e21f9d1892dc38a5c69 /bin/ksh/sh.1 | |
parent | fa3d7811bc8e12ad43c058b0529b892103e249e9 (diff) |
csh-style ! history completion, which can be activated by using
set -o csh-history (off by default)
this is not feature complete, and likely never will be. no ^
and ! has some oddities ... ksh's internal history stuff has got
some very odd behaviours that are rather nasty
ok various developers
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 7ff5db13fe3..25dbfdefe77 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.53 2004/12/10 01:56:56 jaredy Exp $ +.\" $OpenBSD: sh.1,v 1.54 2004/12/12 06:53:13 deraadt Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2830,6 +2830,12 @@ Print job notification messages asynchronously, instead of just before the prompt. Only used if job control is enabled .Pq Fl m . +.It Ic csh-history +Enables a subset of +.Xr csh 1 Ns -style +history editing using the +.Ql ! +character. .It Fl C Ic noclobber Prevent .Ic \&> |