Revert back to using ESC as viper-ESC-key again

* lisp/emulation/viper-keym.el (viper-ESC-key): Revert back to
using ESC instead of `escape' (bug#18182).  This allows using
`C-[' again on terminals for ESC.  The key should be mapped back
to `escape' by `function-key-map'.
This commit is contained in:
Lars Ingebrigtsen 2020-09-10 14:21:07 +02:00
parent be64c36dd4
commit 5d522b430b

View file

@ -184,7 +184,7 @@ In insert mode, this key also functions as Meta."
:type 'string
:group 'viper)
(defconst viper-ESC-key [escape]
(defconst viper-ESC-key (kbd "ESC")
"Key used to ESC.")