]> 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 eb550ae28dbaa01c8fcf769456636b8442dbb535..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,31 @@ 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:
+
+* `linter`: lint languages on save (supported languages are C, D, Go, Java,
+   Javascript, Lua). Provided by the `linter` plugin.
+
+    default value: `on`
+
+* `goimports`: Run goimports on save. Provided by the `go` plugin.
+
+    default value: `off`
+
+* `gofmt`: Run gofmt on save. Provided by the `go` plugin.
+
+    default value: `on`
+
 Any option you set in the editor will be saved to the file 
 ~/.config/micro/settings.json so, in effect, your configuration file will be 
 created for you. If you'd like to take your configuration with you to another