[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18182: 24.3.92; C-[ does not work as ESC in viper-mode
From: |
iquiw |
Subject: |
bug#18182: 24.3.92; C-[ does not work as ESC in viper-mode |
Date: |
Thu, 21 Aug 2014 23:08:44 +0900 |
On Thu, Aug 21, 2014 at 4:44 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
> Hmm... yes, sorry, I forgot that many keys are bound to an ESC prefix
> (all the "M-" keys). I guess you could use
>
> (define-key input-decode-map [?\e] [escape])
>
> which does seem to work.
Yes, it works as expected.
I will use this configuration.
Thank you.