Wednesday, October 29, 2008

KORN shell command line auto-complete

Add the following to the to file that your shell uses for initialization (i.e. .profile)


set -o vi



To use the command line auto complete, press Esc

Note: This only auto-complete the unique part of the file name.