diff options
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 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 | |