org: use visual evil line motions
This commit is contained in:
parent
ce6ef9656f
commit
983d844aec
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue