Update keymap.md

This commit is contained in:
Ryo Hirayama 2021-08-01 23:11:36 +09:00 committed by Nathan Vegdahl
parent 557c63033c
commit ef6a2317b7

View File

@ -53,7 +53,7 @@ ### Changes
| `I` | Insert at the start of the line | | `I` | Insert at the start of the line |
| `A` | Insert at the end of the line | | `A` | Insert at the end of the line |
| `o` | Open new line below selection | | `o` | Open new line below selection |
| `o` | Open new line above selection | | `O` | Open new line above selection |
| `u` | Undo change | | `u` | Undo change |
| `U` | Redo change | | `U` | Redo change |
| `y` | Yank selection | | `y` | Yank selection |