Move evil-move-cursor-back in syl20bnr configuration layer

Since it is a very personal choice and it is not the default
Vim behavior.
This commit is contained in:
syl20bnr 2014-09-23 22:06:28 -04:00
parent 29d0a2ded7
commit fd4cea1a50
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,3 @@
;; I prefer to stay on the original character when leaving insert mode
;; (initiated with 'i').
(setq evil-move-cursor-back nil)

View file

@ -148,9 +148,6 @@ which require an initialization must be listed explicitly in the list."
(set-default-evil-insert-state-cursor)
(set-default-evil-visual-state-cursor)
(set-default-evil-motion-state-cursor)
;; I prefer to stay on the original character when leaving insert mode
;; (initiated with 'i').
(setq evil-move-cursor-back nil)
(evil-mode 1))
:config
(progn