Update keymap
This commit is contained in:
parent
c65b4dea09
commit
4bec87ad18
2 changed files with 4 additions and 2 deletions
|
@ -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 |
|
||||
|
|
|
@ -11,7 +11,8 @@ use std::collections::HashMap;
|
|||
// W = next WORD
|
||||
// e = end of word
|
||||
// E = end of WORD
|
||||
// r =
|
||||
// r = replace
|
||||
// R = replace with yanked
|
||||
// t = 'till char
|
||||
// y = yank
|
||||
// u = undo
|
||||
|
|
Loading…
Reference in a new issue