diff --git a/modules/feature/evil/config.el b/modules/feature/evil/config.el index cf90409fd..e3a1e4913 100644 --- a/modules/feature/evil/config.el +++ b/modules/feature/evil/config.el @@ -343,7 +343,7 @@ the new algorithm is confusing, like in python or ruby." ;; Add custom commands to whitelisted commands (dolist (fn '(doom/deflate-space-maybe doom/inflate-space-maybe doom/backward-to-bol-or-indent doom/forward-to-last-non-comment-or-eol - doom/backward-kill-to-bol-and-indent)) + doom/backward-kill-to-bol-and-indent doom/newline-and-indent)) (push (cons fn '((:default . evil-mc-execute-default-call))) evil-mc-custom-known-commands)) ;; if I'm in insert mode, chances are I want cursors to resume