On Fri, Aug 17, 2012 at 6:28 AM, Chet Ramey
<address@hidden> wrote:
On 8/16/12 12:54 AM, Sinbad wrote:
> hi chet,
>
> i mapped ;b for reverse-i-search, i don't see the same mapping work after i
> enter reverse-i-search mode, but ctrl-r still works though. this is the version
> i am running.
>
> GNU bash, version 3.2.25(1)-release-(x86_64-redhat-linux-gnu)
This works pretty well in bash-4.2; versions before that, not so much.
You might want to consider upgrading; bash-3.2 patch 25 was released almost
five years ago.
Hi Chet,
i just tried with bash version 4.2, GNU bash, version 4.2.0(1)-release (x86_64-unknown-linux-gnu)
i still doesn't work, i tested the following. ,b is mapped for reverse search.
$ git one
$ git two
$,b
$(reverse-i-search)`':git
$(reverse-i-search)`':git two
$(reverse-i-search)`':git two # {press ,b} here, it wont move to git one, it just get's struck there
apparently it is working for you, am i doing something wrong ?
rgds