Add archive shortcut to org
This commit is contained in:
parent
5f98c757f9
commit
d814928609
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@
|
||||||
:general
|
:general
|
||||||
(lmap
|
(lmap
|
||||||
:keymaps 'org-mode-map
|
:keymaps 'org-mode-map
|
||||||
|
"SPC a" '(org-archive-subtree :which-key "Archive subtree")
|
||||||
"SPC i" '(org-insert-heading :which-key "Insert heading")
|
"SPC i" '(org-insert-heading :which-key "Insert heading")
|
||||||
"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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue