book: fix the description of dot repeat (#2878)

Co-authored-by: amitbeka <--->
This commit is contained in:
Amit Beka 2022-06-25 23:28:26 +03:00 committed by GitHub
parent e1b1a5ebc0
commit ba85779902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ ### Changes
| `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` |