I bind some keys (Home, End,...) in my .bashrc, like:
bind '"\e[1~": "grep -i "'
But annoyingly these keys get rebound to beginning-of-line etc.
by the time bash returns prompt. Of course, I can rebind by
. .bashrc
This problem has come up only after I upgraded from RH5.2 to RH6.0
How can I tell bash to respect my key bindings at first place?
Vinod.