Switch all evil motion states to evil normal states

This commit is contained in:
syl20bnr 2014-08-29 00:00:32 -04:00
parent 718bc11c10
commit fea71e871c

View file

@ -44,7 +44,9 @@
;; I prefer to stay on the original character when leaving insert mode
;; (initiated with 'i').
(setq evil-move-cursor-back nil)
(evil-mode 1))
(evil-mode 1)
;; replace motion state by normal state and add some other modes
(setq evil-normal-state-modes (append '(rcirc-mode) evil-motion-state-modes)))
:config
(progn
;; inspired from: