Subject: Re: ksh and tab completion
To: None <netbsd-users@netbsd.org>
From: Greg A. Woods <woods@weird.com>
List: netbsd-users
Date: 03/19/2001 15:37:57
[ On Monday, March 19, 2001 at 14:32:25 (-0600), Frederick Bruckman wrote: ]
> Subject: Re: ksh and tab completion 
>
> On Tue, 20 Mar 2001, Giles Lean wrote:
> 
> > > does anybody know how to make tabcompletion in ksh?
> >
> > In .kshrc or similar:
> >
> > 	bind "^I=complete"
> > 	bind "^I^I=complete-list"
> >
> > The sequence ^I is two characters, not a single control character.
> 
> Or for the vi-ish way,
> 
> set -o vi
> set -o vi-tabcomplete

Yeah, but then cursor keys don't work, and that really sucks!  :-)

-- 
							Greg A. Woods

+1 416 218-0098      VE3TCP      <gwoods@acm.org>      <robohack!woods>
Planix, Inc. <woods@planix.com>; Secrets of the Weird <woods@weird.com>