The korn shell does *not* support arrow keys for scrolling through commands.
The easiest way is to use
vi mode (set -o
vi) and then use
Esc to get into command mode then
k and
j to cycle through commands.
The tcsh allows arrow key scrolling, as does bash.
Cheers
ZB