From ef6a2317b77af8faea15d41ff25553e7482f23f6 Mon Sep 17 00:00:00 2001 From: Ryo Hirayama Date: Sun, 1 Aug 2021 23:11:36 +0900 Subject: [PATCH] Update keymap.md --- book/src/keymap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |