org: add binding for org-paste-subtree (#15289)

This commit is contained in:
Dan Kessler 2022-01-26 22:58:53 -05:00 committed by GitHub
parent 4bc45f70a1
commit 44ed2f84a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -747,6 +747,7 @@ are also available.
| ~SPC m s b~ | org-tree-to-indirect-buffer |
| ~SPC m s d~ | org-cut-subtree |
| ~SPC m s y~ | org-copy-subtree |
| ~SPC m s p~ | org-paste-subtree |
| ~SPC m s l~ | org-demote-subtree |
| ~SPC m s h~ | org-promote-subtree |
| ~SPC m s k~ | org-move-subtree-up |

View File

@ -285,6 +285,7 @@ Will work on both org-mode and any mode that accepts plain html."
"sb" 'org-tree-to-indirect-buffer
"sd" 'org-cut-subtree
"sy" 'org-copy-subtree
"sp" 'org-paste-subtree
"sh" 'org-promote-subtree
"sj" 'org-move-subtree-down
"sk" 'org-move-subtree-up