From 0290b687a57f52820badb05b2571a39057ab83db Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 21 Jun 2019 14:49:49 +0200 Subject: [PATCH] Decouple ]e / [e keys from :tools flycheck module #1511 They're generic enough. --- modules/config/default/+evil-bindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index f2b9c3e16..fe89e4db3 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -88,6 +88,8 @@ ;; custom vim-unmpaired-esque keys :m "]a" #'evil-forward-arg :m "[a" #'evil-backward-arg + :m "]e" #'next-error + :m "[e" #'previous-error :n "]F" #'+evil/next-frame :n "[F" #'+evil/previous-frame :m "]h" #'outline-next-visible-heading @@ -467,8 +469,6 @@ [mouse-1] #'flyspell-correct-word-generic)) (:when (featurep! :tools flycheck) - :m "]e" #'next-error - :m "[e" #'previous-error (:after flycheck :map flycheck-error-list-mode-map :n "C-n" #'flycheck-error-list-next-error