]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Merge pull request #110 from onodera-punpun/indentchar
[micro.git] / runtime / help / help.md
index c89c8e6872abc857fd790e20f406c1050cd97ee0..746053b7038fa0e18f9d8deaa635f9397b87c842 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",
@@ -178,6 +178,10 @@ Here are the options that you can set:
 
        default value: `4`
 
+* `indentchar`: sets the indentation character
+
+       default value: ` `
+
 * `syntax`: turns syntax on or off
 
        default value: `on`
@@ -195,6 +199,14 @@ Here are the options that you can set:
 
     default value: `on`
 
+* `statusline`: display the status line at the bottom of the screen
+
+    default value: `on`
+
+* `scrollspeed`: amount of lines to scroll
+
+       default value: `2`
+
 ---
 
 Default plugin options: