Re: How to define key mapping of esc under helm-mode

2016-04-14 Thread Shiyao Ma
On 14 April 2016 at 17:49, Sanel Zukan wrote: > If you are going for backslash + 'e' combo, maybe it should be: > > (define-key helm-map "\\e" 'helm-keyboard-quit) > > The double \\ escape you proposed is right, but that doesn't work either.

Re: How to define key mapping of esc under helm-mode

2016-04-14 Thread Sanel Zukan
If you are going for backslash + 'e' combo, maybe it should be: (define-key helm-map "\\e" 'helm-keyboard-quit) Best, Sanel Shiyao Ma writes: > Hi, > > I tried this mapping: > (define-key helm-map "\e" 'helm-keyboard-quit) > > But it doesn't work. > > However, (define-key

How to define key mapping of esc under helm-mode

2016-04-14 Thread Shiyao Ma
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