1b8f7f13a3
* Added an inputrc to the image that should have the same effect as the recent bash readline default changes for other apps that use readline. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22553 a95241bf-73f2-0310-859d-f6bbb57e9c96
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
# readline input configuration
|
|
|
|
"\e[5~": history-search-backward
|
|
"\e[6~": history-search-forward
|
|
"\e[@": beginning-of-line
|
|
"\e[[": end-of-line
|
|
DEL: delete-char
|