Add shortcut to jump to current clock in main Org hydra

Had forgotten about that one, sorry.
This commit is contained in:
Daniel - 2023-07-21 10:26:44 +02:00
parent d0aa2bf33d
commit 56f60e97d3
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 2 deletions

View File

@ -835,6 +835,7 @@ forces clocking in of the default task."
(interactive)
(org-clock-in '(4)))
"select")
("c" (db/org-clock-goto-first-open-checkbox))
("a" counsel-org-goto-all "goto")
("o" org-clock-out "clock out")
("l" db/org-clock-in-last-task "last")