diff --git a/book/src/keymap.md b/book/src/keymap.md index d1d23a6d6..54d95ae7e 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -53,7 +53,7 @@ | `I` | Insert at the start of the line | | `A` | Insert at the end of the line | | `o` | Open new line below selection | -| `o` | Open new line above selection | +| `O` | Open new line above selection | | `u` | Undo change | | `U` | Redo change | | `y` | Yank selection |