diff options
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index a5cb70425e4..f4cb5780d01 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.24 1999/07/14 15:18:49 aaron Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.25 1999/08/04 19:11:14 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -3220,7 +3220,7 @@ If this option is not set, characters in the range 128-160 are printed as is, which may cause problems. .It Ic vi-tabcomplete In vi command-line editing, do command and file name completion when tab (^I) -is entered in insert mode. +is entered in insert mode. This is the default. .El .Pp These options can also be used upon invocation of the shell. The current set of @@ -4162,6 +4162,7 @@ the beginning of the line and the line is entered (as if return had been pressed); otherwise, the existing comment characters are removed and the cursor is placed at the beginning of the line. .It Ic complete ^[^[ +.It Ic complete ^I Automatically completes as much as is unique of the command name or the file name containing the cursor. If the entire remaining command or file name is unique, a space is printed after its completion, unless it is a directory name |