diff options
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r-- | book/src/keymap.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 2eddf3b0..705c4ab1 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -38,7 +38,8 @@ | Key | Description | |-----|-----------| -| r | replace (single character change) | +| r | replace with a character | +| R | replace with yanked text | | i | Insert before selection | | a | Insert after selection (append) | | I | Insert at the start of the line | |