Add keybindings for cutting and pasting subtrees

This commit is contained in:
Charlotte Van Petegem 2023-04-24 10:48:53 +02:00
parent b32659b12c
commit a44aa253aa
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -255,6 +255,8 @@
"SPC <" '(org-promote-subtree :which-key "Decrease level")
"SPC >" '(org-demote-subtree :which-key "Increase level")
"SPC c" '(orc-clone-subtree-with-time-shift :which-key "Repeat subtree")
"SPC x" '(org-cut-subtree :which-key "Cut subtree")
"SPC p" '(org-paste-subtree :which-key "Paste subtree")
)
(lmap
"o a" '(org-agenda-list :which-key "Agenda")