aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorRyo Hirayama2021-08-01 14:11:36 +0000
committerNathan Vegdahl2021-08-01 16:47:24 +0000
commitef6a2317b77af8faea15d41ff25553e7482f23f6 (patch)
tree5c4642e2fe598cddd8a49021a9c18bf6970aede1 /book/src
parent557c63033c57cb60917dd75ac45d14ca11d0557e (diff)
Update keymap.md
Diffstat (limited to 'book/src')
-rw-r--r--book/src/keymap.md2
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 |