mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
Update keymap
This commit is contained in:
parent
c65b4dea09
commit
4bec87ad18
@ -38,7 +38,8 @@ ### Changes
|
|||||||
|
|
||||||
| Key | Description |
|
| Key | Description |
|
||||||
|-----|-----------|
|
|-----|-----------|
|
||||||
| r | replace (single character change) |
|
| r | replace with a character |
|
||||||
|
| R | replace with yanked text |
|
||||||
| i | Insert before selection |
|
| i | Insert before selection |
|
||||||
| a | Insert after selection (append) |
|
| a | Insert after selection (append) |
|
||||||
| I | Insert at the start of the line |
|
| I | Insert at the start of the line |
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
// W = next WORD
|
// W = next WORD
|
||||||
// e = end of word
|
// e = end of word
|
||||||
// E = end of WORD
|
// E = end of WORD
|
||||||
// r =
|
// r = replace
|
||||||
|
// R = replace with yanked
|
||||||
// t = 'till char
|
// t = 'till char
|
||||||
// y = yank
|
// y = yank
|
||||||
// u = undo
|
// u = undo
|
||||||
|
Loading…
Reference in New Issue
Block a user