emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tmr a06dca5d69 2/4: Update docs about grid view key bin


From: ELPA Syncer
Subject: [elpa] externals/tmr a06dca5d69 2/4: Update docs about grid view key bindings
Date: Mon, 27 Jun 2022 13:57:57 -0400 (EDT)

branch: externals/tmr
commit a06dca5d698b882f3895bd937e62c054cd92560a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update docs about grid view key bindings
---
 README.org | 42 ++++++++++++++----------------------------
 1 file changed, 14 insertions(+), 28 deletions(-)

diff --git a/README.org b/README.org
index 5159a228b7..2bf483c9c1 100644
--- a/README.org
+++ b/README.org
@@ -164,34 +164,20 @@ toggle their sort.
 
 While in this grid view, one can perform several operations on timers:
 
-+ The =+= key creates a new timer by calling the standard ~tmr~ command.
-  As always, use a prefix argument to also prompt for a description.
-
-#+findex: tmr-tabulated-clone
-+ The =c= key invokes the ~tmr-tabulated-clone~ command.  It is the same
-  as ~tmr-clone~ plus some tweaks for the grid view.
-
-#+findex: tmr-tabulated-cancel
-+ The =k= key runs the ~tmr-tabulated-cancel~ command.  It immediately
-  cancels the timer at point.
-
-#+findex: tmr-tabulated-remove-finished
-+ The =K= key uses ~tmr-tabulated-remove-finished~ to delete all elapsed
-  timers.  This means that they no longer show up in the grid and cannot
-  be cloned.
-
-#+findex: tmr-tabulated-reschedule
-+ The =s= key runs the ~tmr-tabulated-reschedule~ command.  It
-  effectively replaces the timer at point with a new one, using the
-  aforementioned "cancel" and "clone" operations.  If the timer being
-  rescheduled has a description, this command will also prompt for a
-  description while creating the new timer, otherwise it will just ask
-  for a duration.
-
-#+findex: tmr-tabulated-rewrite-description
-+ The =w= key invokes the ~tmr-tabulated-rewrite-description~ command.
-  It prompts for user input and uses it to rewrite the description of
-  the timer at point.
+# If you are reading the Org source, the `tmr-with-description' is bound
+# to *.  The comma escapes the asterisk as it has a special meaning in
+# tables.
+| Key | Command              |
+|-----+----------------------|
+| t   | tmr                  |
+| T   | tmr-with-description |
+| +   | tmr                  |
+| ,*  | tmr-with-description |
+| c   | tmr-clone            |
+| e   | tmr-edit-description |
+| s   | tmr-reschedule       |
+| k   | tmr-cancel           |
+| K   | tmr-remove-finished  |
 
 ** Hooks
 :PROPERTIES:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]