You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPC | pause/unpause (pausing affects time to go and the expiry time, but not elapsed time)
213
215
d | delete selected timer
214
216
D | delete all expired timers
@@ -238,7 +240,7 @@ Adding with `A` is the same as `M-x chronos-add-timers-from-string`.
238
240
239
241
A timer is selected when the cursor is on its line. The cursor can be
240
242
moved down and up the timer list, wrapping as necessary, with `n` and
241
-
`p`.
243
+
`p` (also `C-n`, `C-p`, `<down>` and `<up>`).
242
244
243
245
The -now- timer can be selected, but cannot be paused, lapped or
244
246
deleted.
@@ -271,9 +273,9 @@ message as a starting point.
271
273
When a timer is lapped by pressing `l`:
272
274
* The timer is paused and the time that had elapsed until the timer was
273
275
lapped is appended to the message. If the message does not already include
274
-
a lap number, <1> is inserted in the message.
276
+
a lap number, `<1>` is inserted in the message.
275
277
276
-
* A new timer with the message <n+1> is run continuing on from the one just
278
+
* A new timer with the message `<n+1>` is run continuing on from the one just
277
279
lapped.
278
280
279
281
### Lap example
@@ -284,7 +286,7 @@ timer example.
284
286
After running for six seconds, the timer was lapped with `l`.
285
287
Eight seconds later, the timer was lapped again, then after five
286
288
seconds and then four. These lap times, together with lap numbers in
287
-
<> were appended to the messages. There is no lap time for lap 5, as
289
+
`<>` were appended to the messages. There is no lap time for lap 5, as
288
290
that timer hasn't been lapped yet.
289
291
290
292
The 'To go' column gives the total elapsed time, e.g. the first
@@ -303,10 +305,10 @@ four laps took 23 seconds.
303
305
304
306
## Freezing the display
305
307
306
-
Freezing the display with `F` prevents any updates to the \*chronos\*
307
-
buffer or triggering of expiry actions, but does not stop the timers
308
-
running. Unfreezing the display updates the \*chronos\* buffer to
309
-
current values and triggers all outstanding actions.
308
+
Freezing the display with `F` prevents any updates to the \*chronos\* buffer or
309
+
triggering of expiry actions, but does not stop the timers running. Unfreezing
310
+
the display with `F` again updates the \*chronos\* buffer to current values and
311
+
triggers all outstanding actions.
310
312
311
313
## Quitting, Killing and restarting
312
314
@@ -340,7 +342,8 @@ The hook `chronos-expiry-functions` is empty by default so it can be set
340
342
directly as a list of functions, or `add-hook` can be used to add functions to
341
343
it in the standard way.
342
344
343
-
This hook is "abnormal", in that all functions added must take an argument: the expired timer.
345
+
This hook is "abnormal", in that all functions added must take an argument: the
346
+
expired timer.
344
347
345
348
Standard functions available are:
346
349
@@ -355,7 +358,7 @@ chronos-dunstify | Uses the `dunst` notification daemon (requires dunst and
355
358
chronos-text-to-speech-notify | Uses `chronos-text-to-speech-program` (such as espeak) with `chronos-text-to-speech-program-parameters` to speak the expiry time and message.
0 commit comments