refactor(org): name anonymous keybind on RET
Makes it easier to advise, swap, or reference.
This commit is contained in:
parent
d499b98c87
commit
9672dbcb5e
2 changed files with 8 additions and 2 deletions
|
@ -1169,8 +1169,8 @@ compelling reason, so..."
|
|||
;; more intuitive RET keybinds
|
||||
:n [return] #'+org/dwim-at-point
|
||||
:n "RET" #'+org/dwim-at-point
|
||||
:i [return] (cmd! (org-return electric-indent-mode))
|
||||
:i "RET" (cmd! (org-return electric-indent-mode))
|
||||
:i [return] #'+org/return
|
||||
:i "RET" #'+org/return
|
||||
:i [S-return] #'+org/shift-return
|
||||
:i "S-RET" #'+org/shift-return
|
||||
;; more vim-esque org motion keys (not covered by evil-org-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue