mirror of https://github.com/helix-editor/helix
update keymap.md to include arrow keys for movement
parent
27aee705e0
commit
3071339cbc
|
@ -6,10 +6,10 @@
|
||||||
|
|
||||||
| Key | Description |
|
| Key | Description |
|
||||||
|-----|-----------|
|
|-----|-----------|
|
||||||
| h | move left |
|
| h, Left | move left |
|
||||||
| j | move down |
|
| j, Down | move down |
|
||||||
| k | move up |
|
| k, Up | move up |
|
||||||
| l | move right |
|
| l, Right | move right |
|
||||||
| w | move next word start |
|
| w | move next word start |
|
||||||
| b | move previous word start |
|
| b | move previous word start |
|
||||||
| e | move next word end |
|
| e | move next word end |
|
||||||
|
|
Loading…
Reference in New Issue