Rename +org/toggle-clock -> +org/toggle-last-clock
And rewrite it to ask for confirmation before clocking in on the item at point. Without this, it's much harder to see what exactly it's doing.
This commit is contained in:
parent
076cee4e89
commit
12e414be89
4 changed files with 21 additions and 33 deletions
|
@ -699,7 +699,8 @@ between the two."
|
|||
"e" #'org-clock-modify-effort-estimate
|
||||
"E" #'org-set-effort
|
||||
"g" #'org-clock-goto
|
||||
"G" (λ! (org-clock-goto 'select))
|
||||
"G" (cmd! (org-clock-goto 'select))
|
||||
"l" #'+org/toggle-last-clock
|
||||
"i" #'org-clock-in
|
||||
"I" #'org-clock-in-last
|
||||
"o" #'org-clock-out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue