Hi, I'm trying to enable auto complete for the command line in emacs mode. When I try:
set -o emacs
bind '^I'=complete
bind '^I'=complete-list
and relog on, I get "bind command not found" error.
Is there any other way to tab-autocomplete in emacs mode, i.e. a tab completes to the first difference? If not, how do I install bindings in ksh?
Thanks