Enable word navigation in readline based programs (bash most notably).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26039 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-06-20 01:34:33 +00:00
parent 769b9b3c40
commit 5ef3587ee7
+2
View File
@@ -3,3 +3,5 @@
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[3~": delete-char
"\eO5D": backward-word
"\eO5C": forward-word