haiku/data/etc/inputrc
Axel Dörfler 1b8f7f13a3 * Added PackageInstaller to the image.
* 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
2007-10-14 13:52:42 +00:00

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