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