diff options
author | Amit Beka | 2022-06-25 20:28:26 +0000 |
---|---|---|
committer | GitHub | 2022-06-25 20:28:26 +0000 |
commit | ba85779902877340d17f27dce1aeced98abfaeb6 (patch) | |
tree | 17ffa149628f44af69830056282f6868b872faf3 /book/src | |
parent | e1b1a5ebc01311ff1ef34e205015570a2856481d (diff) |
book: fix the description of dot repeat (#2878)
Co-authored-by: amitbeka <--->
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 2 |
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` | |