From 983d844aec2495ec7c1db6fe608c89350830a1c9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 25 Sep 2017 13:05:44 +0200 Subject: [PATCH] org: use visual evil line motions --- modules/org/org/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/org/org/config.el b/modules/org/org/config.el index 85153f823..bdc3d9b14 100644 --- a/modules/org/org/config.el +++ b/modules/org/org/config.el @@ -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