From 96490327ca254c5b2e989fb3fc20c4d36c2c6f93 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 19 Jun 2008 14:25:26 +0000 Subject: [PATCH] Removed superfluous and wrong (history forward and backward search was swapped) key bindings. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26026 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/etc/profile b/data/etc/profile index 71542e24d4..11fcbfd27a 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -11,12 +11,6 @@ cd export PS1="\w> " export HISTFILESIZE=50 -bind '"\e[2~":paste-from-clipboard' -bind '"\e[3~":delete-char' -bind '"\e[4~":end-of-line' -bind '"\e[5~":history-search-forward' -bind '"\e[6~":history-search-backward' - alias ls="ls --color" alias ll="ls -l" alias la="ls -A"