Revert "Revert back to using ESC as viper-ESC-key again"
This reverts commit 5d522b430b.
The change led to M-x not working in non-gui Emacsen (bug#51253).
This commit is contained in:
@@ -182,7 +182,7 @@ In insert mode, this key also functions as Meta."
|
||||
:type 'string
|
||||
:group 'viper)
|
||||
|
||||
(defconst viper-ESC-key (kbd "ESC")
|
||||
(defconst viper-ESC-key [escape]
|
||||
"Key used to ESC.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user