On Mon, Nov 8, 2010 at 9:15 PM, Paolo Aglialoro <paol...@gmail.com> wrote:
> It's been a long period I'd been wishing to use Del, Home and End keys of my
> keyboard on CLI instad of crtl-D, ctrl-A, ctrl-E. I got this problem only in
> the shell, as in appz (like nano for instance) everything works correctly.

man ksh.  /bind

bind ^XF=end-of-line
bind ^XH=beginning-of-line
bind '^[[3'=prefix-2
bind '^[[3~'=delete-char-forward

Reply via email to