Subject: Re: ksh and tab completion
To: None <wojtek@wojtek.from.pl>
From: Giles Lean <giles@nemeton.com.au>
List: netbsd-users
Date: 03/20/2001 07:07:20
> 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.

Regards,

Giles