feat: org keybind for cycling todo state
This commit is contained in:
parent
06301e5294
commit
7ecbf69244
|
@ -69,7 +69,8 @@
|
||||||
(diancite/org
|
(diancite/org
|
||||||
:keymaps 'normal
|
:keymaps 'normal
|
||||||
"n r" '(org-roam-node-find :wk "Find Nodes")
|
"n r" '(org-roam-node-find :wk "Find Nodes")
|
||||||
"n s" '(org-roam-db-sync :wk "Sync Nodes"))
|
"n s" '(org-roam-db-sync :wk "Sync Nodes")
|
||||||
|
"n c" '(org-todo :wk "Cycle Todo"))
|
||||||
|
|
||||||
;; Agenda - manage your life with org-mode
|
;; Agenda - manage your life with org-mode
|
||||||
(general-create-definer diancite/org-agenda
|
(general-create-definer diancite/org-agenda
|
||||||
|
|
Reference in a new issue