How to define key mapping of esc under helm-mode

Sanel Zukan sanelz at gmail.com
Thu Apr 14 11:49:41 CEST 2016


If you are going for backslash + 'e' combo, maybe it should be:

 (define-key helm-map "\\e" 'helm-keyboard-quit)

Best,
Sanel

Shiyao Ma <i at introo.me> writes:
> Hi,
>
> I tried this mapping:
> (define-key helm-map "\e" 'helm-keyboard-quit)
>
> But it doesn't work.
>
> However, (define-key helm-map "qq" 'helm-keyboard-quit) works.
>
> I'd suspect something's wrong with the special esc key.
>
>
> Regards.
>
> -- 
>
> 吾輩は猫である。ホームーページはhttps://introo.me <http://introo.me>。
>
> _______________________________________________
> implementations-list mailing list
> implementations-list at lists.ourproject.org
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list



More information about the implementations-list mailing list