mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
org: use visual evil line motions
This commit is contained in:
@@ -144,7 +144,9 @@
|
|||||||
"Sets up org-mode and evil keybindings. Tries to fix the idiosyncrasies
|
"Sets up org-mode and evil keybindings. Tries to fix the idiosyncrasies
|
||||||
between the two."
|
between the two."
|
||||||
(map! (:map org-mode-map
|
(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
|
(:map +org-evil-mode-map
|
||||||
:n "RET" #'+org/dwim-at-point
|
:n "RET" #'+org/dwim-at-point
|
||||||
|
Reference in New Issue
Block a user