Merge pull request #101 from icybolts/patch-1

fix default keybindings in help.md, up and down
This commit is contained in:
Zachary Yedidia
2016-05-14 17:35:50 -04:00

View File

@@ -73,8 +73,8 @@ Here are the defaults:
```json
{
"Up": "CursorDown",
"Down": "CursorUp",
"Up": "CursorUp",
"Down": "CursorDown",
"Right": "CursorRight",
"Left": "CursorLeft",
"ShiftUp": "SelectUp",