Skip to content

Commit

Permalink
book: fix the description of dot repeat (#2878)
Browse files Browse the repository at this point in the history
Co-authored-by: amitbeka <--->
  • Loading branch information
amitbeka authored Jun 25, 2022
1 parent e1b1a5e commit ba85779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit ba85779

Please sign in to comment.