about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 9007291a7478..6139218d587c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,7 +30,10 @@
 `shift` + `i`: insert at the beginning of a line.
 `shift` + `a`: insert at the end of a line.
 
+`c`: combines a delete operation with an insert operation.
+
 `d` + `d`: deletes a line.
+`c` + `c`: changes a line.
 
 `shift` + `o`: inserts above the current line.
 `o`: inserts below the current line.