summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-07-04 20:03:54 +0200
committerLeon Rische <leon.rische@me.com>2020-07-04 20:03:54 +0200
commit218e823dfef041413c01e3154990cc335b121f34 (patch)
tree88cb310b30d6e95d5571ccc9e560368f00773a43 /README.org
parentbc50bb7c2e0a4043041105474b1923e9e0874b2c (diff)
Allow editing cards during review
Diffstat (limited to 'README.org')
-rw-r--r--README.org30
1 files changed, 16 insertions, 14 deletions
diff --git a/README.org b/README.org
index c15a51c..bdb7849 100644
--- a/README.org
+++ b/README.org
@@ -269,21 +269,23 @@ This can be disabled by setting ~org-fc-append-failed-cards~ to ~nil~.
7. Rate the card (user)
8. Repeat process with next due card
*** Flip Mode
-| Key | Binding |
-|-----+--------------|
-| RET | flip card |
-| n | flip card |
-| s | suspend card |
-| q | quit review |
+| Key | Binding |
+|-----+--------------------------|
+| RET | flip card |
+| n | flip card |
+| s | suspend card |
+| p | pause review for editing |
+| q | quit review |
*** Rate Mode
-| Key | Binding |
-|-----+--------------|
-| a | rate again |
-| h | rate hard |
-| g | rate good |
-| e | rate easy |
-| s | suspend card |
-| q | quit review |
+| Key | Binding |
+|-----+--------------------------|
+| a | rate again |
+| h | rate hard |
+| g | rate good |
+| e | rate easy |
+| s | suspend card |
+| p | pause review for editing |
+| q | quit review |
*** See Also
- [[file:doc/review_internals.org][Review Internals]]
- [[file:doc/review_history.org][Review History]]