From 5ef3587ee71d5a36f42055a476d9ad429d5cf177 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 20 Jun 2008 01:34:33 +0000 Subject: [PATCH] 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 --- data/etc/inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/etc/inputrc b/data/etc/inputrc index 00e5e82ee0..2beb266ee6 100644 --- a/data/etc/inputrc +++ b/data/etc/inputrc @@ -3,3 +3,5 @@ "\e[5~": history-search-backward "\e[6~": history-search-forward "\e[3~": delete-char +"\eO5D": backward-word +"\eO5C": forward-word