From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63082 invoked by alias); 30 Nov 2015 18:36:20 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 63070 invoked by uid 89); 30 Nov 2015 18:36:19 -0000 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 Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 30 Nov 2015 18:36:18 +0000 Received: by obbbj7 with SMTP id bj7so134381881obb.1 for ; Mon, 30 Nov 2015 10:36:16 -0800 (PST) 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) Received: by 10.202.190.2 with HTTP; Mon, 30 Nov 2015 10:36:16 -0800 (PST) Date: Mon, 30 Nov 2015 22:59:00 -0000 Message-ID: Subject: control-R broken in bash (__fzf_history__) From: David Blackstone To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-11/txt/msg00488.txt.bz2 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