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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=jmdsJoTJ+xJEX6y11sT26CxSAJZJU RwshV4Upt4dhw/+pENYVhndq8rF53kiD2K2+fu8Y7dDHhoqbKLTcf9dZ0KZOfHpZ FJX5B1N34PG3sS0SeNAA/kl5s4HKK8Ms8e8WPcX2yPxkmEg9L/oxZlwYaqQk6Wiw SgUJoBXSzlMnuE= 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:date:message-id:subject:from:to :content-type; s=default; bh=tv+m+YOH1AYW7NKLuRBpduGi/UM=; b=hdc 7BqVo64xwT227QUV98OUwnYF+9pQxUTDpTdpmqxS31PFFOPasNG1EknNP4TQizqY LjqDOh5ILD9Nd5Kr1OIWX3TJ7dlPjKtAs5GiP8g1qvh+9dcogDGuuPxmpTipaSWa auPgI3xtfRgDCe6DopM6eePI1SJIPb2h5MgNVhBE= 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=0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f175.google.com MIME-Version: 1.0 X-Received: by 10.60.144.66 with SMTP id sk2mr27136542oeb.15.1448908576603; Mon, 30 Nov 2015 10:36:16 -0800 (PST) Date: Mon, 30 Nov 2015 12:36:16 -0600 Message-ID: Subject: control-R broken in bash (__fzf_history__) From: David Blackstone To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Recently I found that the behavior of control-R in bash had changed. The key binding has been modified by the fzf-bash package to activate the fzf fuzzy search program. The first noticeable result is that pressing control-R displays a message with the string $(__fzf_history__) followed by a listing of history commands, instead of searching through command-line history the way control-R worked before. I update my cygwin install frequently installing all new packages. So far the only way I've found to deactivate this is to uninstall the fzf-bash package, but that is going to make my updates more complicated as I'll have to click to install all packages then manually deselect that package before proceeding. Is there a way to disable the fzf bash keybinding without having to uninstall the package? Is there any chance this package could be modified to not be turned on without being explicitly enabled in the user's shell configuration files, so this radical environment change doesn't happen just from installing the package? -- 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