[org] add keybinding for org-copy-tree as with org-cut-tree

Used =y= as a mnemonic for yank (in the Vim, not the Emacs, sense).
This commit is contained in:
Kazark 2021-03-17 18:22:48 -04:00 committed by duianto
parent d6eb0f9fe6
commit 4e2413856d
3 changed files with 3 additions and 0 deletions

View File

@ -2817,6 +2817,7 @@ files (thanks to Daniel Nicolai)
- Added package =org-appear= (thanks to winsphinX)
- Added package =org-wild-notifier= (thanks to Daniel Nicolai)
- Key bindings:
- ~SPC m s y~ for =org-copy-subtree= (thanks to Keith Pinson)
- ~SPC m T i~ to toggle inline images
- Move clock related key bindings to ~SPC a o C~
- Key bindings (thanks to darkfeline and Langston Barrett):

View File

@ -631,6 +631,7 @@ are also available.
| ~SPC m s A~ | Archive subtree |
| ~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 l~ | org-demote-subtree |
| ~SPC m s h~ | org-promote-subtree |
| ~SPC m s k~ | org-move-subtree-up |

View File

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