Subject: How to bind keys in .kshrc
To: None <netbsd-help@netbsd.org>
From: Nate Hill <vugdeox@freeshell.org>
List: netbsd-users
Date: 09/26/2003 20:20:57
Can someone tell me the correct way to use 'bind' in my .kshrc file?

I currently have lines like:

bind '^I'=complete
bind '^I'=complete-list

Which produce hideous output like:

bind: not found
bind: not found
bind: not found
bind: not found
bind: not found

at innoportune times.

Anyone?