Hi all,
Since I didn't get any replies to earlier message, can anybody
please clarify me whether that was due to:
1. Poor documentation(feature description)
2. Unnecessary feature
3. Already implemented feature (it wasn't present in bash 4.2 by the
time first mail was written)
Any reply to this mail is highly appreciated.
Niraj
On Tuesday 17 May 2011 10:33 PM, Niraj Kulkarni wrote:
Hi all,
I have created a simple patch to have history search with
up-down arrow, to search anywhere within history string (unlike at
begining in history-search-forward/backward). Please see if it is useful.
Bash version : 4.2
Here is my .inputrc
"\e[A": history-search-backward-new
"\e[B": history-search-forward-new
Niraj