I know about set -o vi and k and j combinations. I want to map these to up arrow and down arrow so that I can use AIX(ksh prompt) just like bash . Any suggestions?
|
feedback
|
|
You may be able to write a You can find out what characters are emitted by your arrow keys by pressing Ctrl-v then the key. You should see something like For example:
Test the | |||||||||||
feedback
|
|
Here is one way that worked for me: Put the following in to .profile script
| |||
|
feedback
|