tweak(org): move RET keybinds from normal to motion state
This commit is contained in:
parent
b2ce4f0afc
commit
d8157d8cc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue