help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: A package in a league of its own: Helm


From: Eric Abrahamsen
Subject: Re: A package in a league of its own: Helm
Date: Tue, 02 Sep 2014 09:40:33 +0800
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

York Zhao <gtdplatform@gmail.com> writes:

> Hi Michael,
>
> Thanks for reminding me. I actually knew this but have forgotten it. I just
> tried it, but didn't like having to press C-z to enter the directory. So I
> changed it back to `t'. Maybe I will try longer, and slow down my typing to 
> see
> if I can get used to the auto expansion.

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 "<tab>") 'helm-execute-persistent-action)
(define-key helm-map (kbd "C-z") 'helm-select-action)

That fixed my annoyances with helm-find-files.




reply via email to

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