We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533e8a5 commit d9737a9Copy full SHA for d9737a9
evil-escape.el
@@ -209,7 +209,7 @@ with a key sequence."
209
"Return the function to escape from normal state."
210
(cond
211
((and (fboundp 'helm-alive-p) (helm-alive-p))
212
- 'abort-recursive-edit)
+ 'helm-keyboard-quit)
213
((bound-and-true-p isearch-mode) 'isearch-abort)
214
((window-minibuffer-p) 'abort-recursive-edit)))
215
0 commit comments