From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: York Zhao Newsgroups: gmane.emacs.help Subject: Re: A package in a league of its own: Helm Date: Mon, 1 Sep 2014 21:56:29 -0400 Message-ID: References: <787f8d86-dede-4627-b4e5-3658a1833455@googlegroups.com> <73520ac0-9fc0-42ce-8a15-cc400b6f8308@googlegroups.com> <672a0d66-bc48-4b7a-9279-c7d631a03f79@googlegroups.com> <871trvjpnx.fsf@newcastle.ac.uk> <0e52cfc6-d6ed-4b45-bbd3-2cdd13fcc91b@googlegroups.com> <87bnqzt6u5.fsf@web.de> <874mwqlrzi.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409623014 28208 80.91.229.3 (2 Sep 2014 01:56:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 01:56:54 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eric Abrahamsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 02 03:56:47 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOdKx-0004M6-IJ for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 03:56:47 +0200 Original-Received: from localhost ([::1]:35433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOdKx-0001eE-5C for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2014 21:56:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOdKh-0001bU-LC for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 21:56:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOdKg-0000MH-VA for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 21:56:31 -0400 Original-Received: from mail-vc0-x22e.google.com ([2607:f8b0:400c:c03::22e]:64280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOdKg-0000MD-JD for help-gnu-emacs@gnu.org; Mon, 01 Sep 2014 21:56:30 -0400 Original-Received: by mail-vc0-f174.google.com with SMTP id hy4so6273819vcb.19 for ; Mon, 01 Sep 2014 18:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qtqKAFshSoTQVbvgdA17l1MZglM9rwKiP7yekNCL0ec=; b=AjDvfhdQsScDf2fGfY66N9nVRSMAGEyfqcdH1QRQtl4WYXCkLQsLBRoiRBO33CyKu8 1YAzzJrAktxFTtQiRNVdWcm+L3ERcYGX1cRBy/GR5vird8QKBvXilQ4vhGAF9HojdUWP Bc7bG56L6uUwFyX0K0ggsRnfkm7Qss2+xOHxwIFXBFmV/kqA5cTUs5pJ22C1UOHQ82gj Xt0ATHIX8qYITSDo7tHlnQyDIwmAmlT6cGXl8/zJa5RM57TW7bYdtbVhehjb6blJ3Izf huICNYd6Bq98wM/RnLqJqDGRI56v7UXYblg1UvMRfgA4vrer+bAgOsx8RA/Q8iz8/+/X Y7TA== X-Received: by 10.52.185.193 with SMTP id fe1mr24036809vdc.31.1409622989303; Mon, 01 Sep 2014 18:56:29 -0700 (PDT) X-Google-Sender-Delegation: zhao.york@gmail.com Original-Received: by 10.221.32.69 with HTTP; Mon, 1 Sep 2014 18:56:29 -0700 (PDT) In-Reply-To: <874mwqlrzi.fsf@ericabrahamsen.net> X-Google-Sender-Auth: TZN9jpjXOFhHdxqA7peF1YtbPiI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99579 Archived-At: > Check Tu Do's explanation above for making this easier to use. I > think lots of people find C-z awkward to use, and swap TAB and C-z: > > (define-key helm-map (kbd "") 'helm-execute-persistent-action) > (define-key helm-map (kbd "C-z") 'helm-select-action) > > That fixed my annoyances with helm-find-files. I was aware of his suggestion of swapping C-z and TAB, but I'm still not sure whether I want to do that because I feel like I'm using TAB a lot too. Maybe, I will give it a go anyway to see how it works for me.