]> git.lizzy.rs Git - micro.git/commitdiff
fix default keybindings in help.md
authorDante Swift <danteswift@outlook.com>
Sat, 14 May 2016 20:51:04 +0000 (14:51 -0600)
committerDante Swift <danteswift@outlook.com>
Sat, 14 May 2016 20:51:04 +0000 (14:51 -0600)
the up and down arrow were switched

runtime/help/help.md

index c89c8e6872abc857fd790e20f406c1050cd97ee0..06a751d28601f66809a3f070f75dc69c6f79f9c1 100644 (file)
@@ -73,8 +73,8 @@ Here are the defaults:
 
 ```json
 {
-               "Up":             "CursorDown",
-               "Down":           "CursorUp",
+               "Up":             "CursorUp",
+               "Down":           "CursorDown",
                "Right":          "CursorRight",
                "Left":           "CursorLeft",
                "ShiftUp":        "SelectUp",