From 5d522b430bd5ecfb8f082906cd634883dbb68f3e Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 10 Sep 2020 14:21:07 +0200 Subject: [PATCH] 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'. --- lisp/emulation/viper-keym.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- 2.39.5