ksh set -o vi
Now type esc and then Ctrl-V. The version of ksh will appear on the prompt. Something like "Version M-11/16/88f"
Yes its insane but so is ksh...
ksh set -o vi
| Keystoke | Action |
|---|---|
| ESC ESC | tab complete |
| ESC = | list possible completions |
| ESC * | expand all possible completions into command line |