mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
tweak(org): move RET keybinds from normal to motion state
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user