bug-bash
[Top][All Lists]
Advanced

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

[PATCH] : bash 4.2 history_search_anywhere using up-down keys


From: Niraj Kulkarni
Subject: [PATCH] : bash 4.2 history_search_anywhere using up-down keys
Date: Tue, 17 May 2011 22:33:23 +0530
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

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

Attachment: patch
Description: Text document


reply via email to

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