tweak(org): move RET keybinds from normal to motion state

This commit is contained in:
Henrik Lissner 2024-08-31 22:08:25 -04:00
parent b2ce4f0afc
commit d8157d8cc6
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1215,8 +1215,8 @@ between the two."
:n CSup #'org-shiftup
:n CSdown #'org-shiftdown
;; more intuitive RET keybinds
:n [return] #'+org/dwim-at-point
:n "RET" #'+org/dwim-at-point
:m [return] #'+org/dwim-at-point
:m "RET" #'+org/dwim-at-point
:i [return] #'+org/return
:i "RET" #'+org/return
:i [S-return] #'+org/shift-return