Add keybindings for cutting and pasting subtrees
This commit is contained in:
parent
b32659b12c
commit
a44aa253aa
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,8 @@
|
||||||
"SPC <" '(org-promote-subtree :which-key "Decrease level")
|
"SPC <" '(org-promote-subtree :which-key "Decrease level")
|
||||||
"SPC >" '(org-demote-subtree :which-key "Increase level")
|
"SPC >" '(org-demote-subtree :which-key "Increase level")
|
||||||
"SPC c" '(orc-clone-subtree-with-time-shift :which-key "Repeat subtree")
|
"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
|
(lmap
|
||||||
"o a" '(org-agenda-list :which-key "Agenda")
|
"o a" '(org-agenda-list :which-key "Agenda")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue