mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
320 B
Markdown
19 lines
320 B
Markdown
4 years ago
|
# Keymap
|
||
|
|
||
|
|
||
|
## Movement
|
||
|
|
||
|
| Key | Description |
|
||
|
|-----|-----------|
|
||
|
| h | move left |
|
||
|
| j | move down |
|
||
|
| k | move up |
|
||
|
| l | move right |
|
||
|
| w | move next word start |
|
||
|
| b | move previous word start |
|
||
|
| e | move next word end |
|
||
|
|
||
|
| Key | Description |
|
||
|
|-----|-----------|
|
||
|
| a | Append to end of selection |
|