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?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
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 |
|||||||||||
|
|
Here is one way that worked for me: Put the following in to .profile script
|
|||
|
|