command recall within ksh on Solaris 10

Is is possible to be able to use command recall keys with the Korn Shell within Solaris 10?Thanks, Brett
[118 byte] By [eckmanb] at [2007-11-26 11:34:46]
# 1
Yes. Try 'set -o emacs' or 'set -o vi' for your preferred binding.-- Darren
Darren_Dunham at 2007-7-7 3:50:38 > top of Java-index,General,Maintenance...
# 2
Darren,I tried both commands but I still could not recall commands using the arrow keys; I can use the 'esc' for command line completion. The system just beeps, when I try to recall a command using the arrow keys.Any Ideas?Thanks, Brett
eckmanb at 2007-7-7 3:50:38 > top of Java-index,General,Maintenance...
# 3
Ah, you did say "arrow keys", but I just read that as any keys for navigation. emacs mode would be <ctl>-n and <ctl>-p, while vi would be <esc> j and <esc> kI don't know how to use the actual arrow keys in ksh.-- Darren
Darren_Dunham at 2007-7-7 3:50:38 > top of Java-index,General,Maintenance...
# 4
Thanks Darren,<crtl>-n and <ctl>-p works just fine. Since I am new to Solaris, this will save me a lot of time!
eckmanb at 2007-7-7 3:50:38 > top of Java-index,General,Maintenance...