mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-04 11:50:23 +09:00
Merge pull request #101 from icybolts/patch-1
fix default keybindings in help.md, up and down
This commit is contained in:
@@ -73,8 +73,8 @@ Here are the defaults:
|
||||
|
||||
```json
|
||||
{
|
||||
"Up": "CursorDown",
|
||||
"Down": "CursorUp",
|
||||
"Up": "CursorUp",
|
||||
"Down": "CursorDown",
|
||||
"Right": "CursorRight",
|
||||
"Left": "CursorLeft",
|
||||
"ShiftUp": "SelectUp",
|
||||
|
||||
Reference in New Issue
Block a user