feat(org): bind '<localleader> r R' to org-refile-reverse
This commit is contained in:
parent
f6602ab27b
commit
3ae293e37a
1 changed files with 2 additions and 1 deletions
|
@ -1076,7 +1076,8 @@ between the two."
|
|||
"o" #'+org/refile-to-other-window
|
||||
"O" #'+org/refile-to-other-buffer
|
||||
"v" #'+org/refile-to-visible
|
||||
"r" #'org-refile) ; to all `org-refile-targets'
|
||||
"r" #'org-refile
|
||||
"R" #'org-refile-reverse) ; to all `org-refile-targets'
|
||||
(:prefix ("s" . "tree/subtree")
|
||||
"a" #'org-toggle-archive-tag
|
||||
"b" #'org-tree-to-indirect-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue