From: Lars Ingebrigtsen Date: Thu, 10 Sep 2020 12:21:07 +0000 (+0200) Subject: Revert back to using ESC as viper-ESC-key again X-Git-Tag: emacs-28.0.90~6154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d522b430bd5ecfb8f082906cd634883dbb68f3e;p=emacs.git 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'. --- diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 1b149b12e41..d76cf71b314 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -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.")