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:
@@ -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.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user