From f0d8960faa15de32e6fc0d04d02b92b420edc0a8 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 19 Jun 2008 14:26:32 +0000 Subject: [PATCH] Removed superfluous entries and map the correct delete key string. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26027 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/inputrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/etc/inputrc b/data/etc/inputrc index b5bf9f0095..00e5e82ee0 100644 --- a/data/etc/inputrc +++ b/data/etc/inputrc @@ -2,6 +2,4 @@ "\e[5~": history-search-backward "\e[6~": history-search-forward -"\e[@": beginning-of-line -"\e[[": end-of-line -DEL: delete-char +"\e[3~": delete-char