NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: /bin/sh command history in NetBSD/i386



On Feb 1,  6:01pm, mbeis%xs4all.nl@localhost (Marco Beishuizen) wrote:
-- Subject: Re: /bin/sh command history in NetBSD/i386

| On Wed, 1 Feb 2017, the wise Christos Zoulas wrote:
| 
| > See what the arrow key prints:
| >
| > $ hexdump -C
| > <hit any arrow key>
| > ^D
| 
| This gives:
| ^[[C

That's good, it is the standard ansi sequence for right arrow.

In shell type:

$ set -o emacs
$ <esc>xbind<return>

Do you see the arrow key bindings?

christos


Home | Main Index | Thread Index | Old Index