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:
@@ -3,3 +3,5 @@
|
|||||||
"\e[5~": history-search-backward
|
"\e[5~": history-search-backward
|
||||||
"\e[6~": history-search-forward
|
"\e[6~": history-search-forward
|
||||||
"\e[3~": delete-char
|
"\e[3~": delete-char
|
||||||
|
"\eO5D": backward-word
|
||||||
|
"\eO5C": forward-word
|
||||||
|
|||||||
Reference in New Issue
Block a user