mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 01:10:23 +00:00
fix default keybindings in help.md
the up and down arrow were switched
This commit is contained in:
parent
e2efc963b7
commit
a1864d2511
1 changed files with 2 additions and 2 deletions
|
|
@ -73,8 +73,8 @@ Here are the defaults:
|
|||
|
||||
```json
|
||||
{
|
||||
"Up": "CursorDown",
|
||||
"Down": "CursorUp",
|
||||
"Up": "CursorUp",
|
||||
"Down": "CursorDown",
|
||||
"Right": "CursorRight",
|
||||
"Left": "CursorLeft",
|
||||
"ShiftUp": "SelectUp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue