X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=RR nTVGxj7oq9ZtT6xYcUFTiEkRRoWIG9Mr64tk31W5JF/2zR+PNwrTEuOvyHhhdH/R eeTPr3XvulVMBj3aLp5U7bdsUFY/cx5SqcdWGHifaUNLr1/PbpJyEAMeJ/DA6yPN 9+NYAyfESuTz8lsPMGpoKdPHdb1CsZmaatqCxk/SM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=AzFpide5 nJjG8fIIYOypwFnkk7U=; b=x0ZQISFcOpVapv9u8JuQwuQLq1VIuplwI6jkuwUy eoyaZZwEaUv9NOWPQSGd/1NdBQ9mBh/3e1bFyzOX19d53vBssOAMOJO1yrfEBxac VRA2orZJ+iNuuUYLAZL14hBv9nBNHgas5Ky5tvRiY2vhCfY85H8dU0CjulPCL8Au 2vo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vk0-f53.google.com MIME-Version: 1.0 X-Received: by 10.31.134.3 with SMTP id i3mr2740348vkd.14.1449073616527; Wed, 02 Dec 2015 08:26:56 -0800 (PST) In-Reply-To: <20151201104620.GH14466@dinwoodie.org> References: <20151201104620 DOT GH14466 AT dinwoodie DOT org> Date: Wed, 2 Dec 2015 09:26:56 -0700 Message-ID: Subject: Re: control-R broken in bash (__fzf_history__) From: Keith Christian To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes > If you want to keep installing everything but want to maintain existing > Ctrl-R behaviour, your best bet is to explicitly bind Ctrl-R to the Bash > reverse-search function. You can do this by adding the following line > to your .bashrc, which (unless you're doing something odd) is executed > after the contents of /etc/profile.d: > > bind '\C-r:reverse-search-history' > > Adam Thank you, Adam. I asked an earlier question about fzf (different thread,) so I followed this with interest. The bind entry for ~/.bashrc works fine. Keith -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple