]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Add ignorecase option
[micro.git] / runtime / help / help.md
index c89c8e6872abc857fd790e20f406c1050cd97ee0..4a9d113a234dc4bde27f521f93e57361f95c6f65 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,14 @@ Here are the options that you can set:
 
        default value: `4`
 
+* `indentchar`: sets the indentation character
+
+       default value: ` `
+
+* `ignorecase`: perform case-insensitive searches
+
+       default value: `off`
+
 * `syntax`: turns syntax on or off
 
        default value: `on`
@@ -195,6 +203,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: