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:
parent
be64c36dd4
commit
5d522b430b
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue