Does anyone know how to set esc-esc completion? I've installed ksh93 from ports on FreeBSD.

set -o vi NOR set -o viraw have any effect

Thanks

link|improve this question
feedback

2 Answers

If you are using set -o vi then esc \ will provide completion. If you want to use esc-esc, then try set -o emacs

link|improve this answer
Definitely try out Esc + \ . – Nitrodist Apr 18 '11 at 20:49
feedback

Odd that I cannot add a comment to the other 'Answer'? And apparently I asked the above question as an unregistered user- sigh.

It appears that the following shell flavors all behave differently:
sh/bourne, hp-ux, (esc-esc file/dir completion)
ksh93 ('esc \' file/dir completion)
pdksh ('esc-esc' file/dir completion)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.