lang/org: expand refile commands
Changes 'SPC m r' into a prefix with multiple refiling commands.
This commit is contained in:
parent
bb383d3ede
commit
7b9c13f25f
2 changed files with 71 additions and 1 deletions
|
@ -594,10 +594,16 @@ between the two."
|
|||
"o" #'org-set-property
|
||||
"p" #'org-priority
|
||||
"q" #'org-set-tags-command
|
||||
"r" #'org-refile
|
||||
"s" #'org-schedule
|
||||
"t" #'org-todo
|
||||
"T" #'org-todo-list
|
||||
(:prefix ("r" . "refile")
|
||||
"." #'+org/refile-to-current-file
|
||||
"c" #'+org/refile-to-running-clock
|
||||
"l" #'+org/refile-to-last-location
|
||||
"o" #'+org/refile-to-other-window
|
||||
"O" #'+org/refile-to-other-buffers
|
||||
"r" #'org-refile) ; to all `org-refile-targets'
|
||||
(:prefix ("a" . "attachments")
|
||||
"a" #'org-attach/file
|
||||
"u" #'org-attach/uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue