diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 9e676e2c5..d73bd1843 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -384,8 +384,8 @@ directives. By default, this only recognizes C directives.") ;; evil already defines 'z=' to `ispell-word' = correct word at point :n "zq" #'spell-fu-word-add :n "zw" #'spell-fu-word-remove - :n "[s" #'spell-fu-goto-previous-error - :n "]s" #'spell-fu-goto-next-error + :m "[s" #'spell-fu-goto-previous-error + :m "]s" #'spell-fu-goto-next-error ;; ported from vim-unimpaired :n "] SPC" #'+evil/insert-newline-below