Unnamed repository; edit this file 'description' to name the repository.
book: fix the description of dot repeat (#2878)
Co-authored-by: amitbeka <--->
Amit Beka 2022-06-26
parent e1b1a5e · commit ba85779
-rw-r--r--book/src/keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 7efbdd23..e6abb9c9 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -52,7 +52,7 @@
| `A` | Insert at the end of the line | `append_to_line` |
| `o` | Open new line below selection | `open_below` |
| `O` | Open new line above selection | `open_above` |
-| `.` | Repeat last change | N/A |
+| `.` | Repeat last insert | N/A |
| `u` | Undo change | `undo` |
| `U` | Redo change | `redo` |
| `Alt-u` | Move backward in history | `earlier` |