org: use visual evil line motions

This commit is contained in:
Henrik Lissner 2017-09-25 13:05:44 +02:00
parent ce6ef9656f
commit 983d844aec
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -144,7 +144,9 @@
"Sets up org-mode and evil keybindings. Tries to fix the idiosyncrasies
between the two."
(map! (:map org-mode-map
"RET" #'org-return-indent)
"RET" #'org-return-indent
[remap evil-next-line] #'evil-next-visual-line
[remap evil-previous-line] #'evil-previous-visual-line)
(:map +org-evil-mode-map
:n "RET" #'+org/dwim-at-point