bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

keybindings bug


From: Padraig Brady
Subject: keybindings bug
Date: Fri, 23 Aug 2002 11:23:44 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

bash version: 2.05a.0(1)-release (RH7.3)

OK when I add the following to my .inputrc

"\e[B": history-search-forward
"\e[A": history-search-backward

The bindings are lost for left & right (\e[D & \e[C) ?

Here's a diff from `bind -p` before and after.
The first set of diffs are the problem. Is this a bug?

[padraig@pixelbeat padraig]$ diff without with
< "\e[D": backward-char
> "\e[C": do-lowercase-version
> "\e[D": do-lowercase-version
< "\e[C": forward-char

< # history-search-backward (not bound)
< # history-search-forward (not bound)
> "\e[A": history-search-backward
> "\e[B": history-search-forward
< "\e[B": next-history
< "\e[A": previous-history

thanks,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]