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 Frederick