diff options
author | Ryo Hirayama | 2021-08-01 14:11:36 +0000 |
---|---|---|
committer | Nathan Vegdahl | 2021-08-01 16:47:24 +0000 |
commit | ef6a2317b77af8faea15d41ff25553e7482f23f6 (patch) | |
tree | 5c4642e2fe598cddd8a49021a9c18bf6970aede1 | |
parent | 557c63033c57cb60917dd75ac45d14ca11d0557e (diff) |
Update keymap.md
-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 d1d23a6d..54d95ae7 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 | |