Subject: Re: Wanted a better console
To: Karim Belbachir <karim@xuthal.net>
From: Gilbert Fernandes <gilbertf@netbsd-fr.org>
List: netbsd-help
Date: 09/04/2003 00:38:38
On Wed, Sep 03, 2003 at 03:24:20PM +0100, Karim Belbachir wrote:

> You can also make ksh behave like the emacs mode of bash, that is, using
> TAB for both command and file completion, by writing those lines:
> 
> set -o emacs
> bind '^I'=complete
> bind '^I'=complete-list
> 
> Be careful to write the bind commands in the that order else it does
> not work.

Thanks for the tip, I didn't knew =)

-- 
Gilbert Fernandes