When I try stuff like in my .profile: set -o vi-tabcomplete
I get .profile[292]: vi-tabcomplete: bad option(s)
Anyone know of a workaround?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It depends which flavour of ksh you have. Older pre-ksh-93 shells support 'double-escape' auto complete - so you hit escape twice instead of tab once. ksh-93 uses Public-domain ksh, pdksh which you may be able to obtain and use if your environment permits, is the one that supports the | |||
|
feedback
|
|
In Fedora 11's ksh, you get tab completion after just
| |||
|
feedback
|