]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Add support for user-created commands
[micro.git] / runtime / help / help.md
index a2abc8428c7a9c9e8376171fe7473cb17ece6494..4af7bee0239cc1c32e404f01d103c616c557deb2 100644 (file)
@@ -152,6 +152,9 @@ Here are the possible commands that you can use.
 * `run sh-command`: runs the given shell command in the background. The 
    command's output will be displayed in one line when it finishes running.
 
+* `bind key action`: creates a keybinding from key to action. See the sections on
+   keybindings above for more info about what keys and actions are available.
+
 ### Options
 
 Micro stores all of the user configuration in its configuration directory.
@@ -214,6 +217,16 @@ Here are the options that you can set:
 
        default value: `on`
 
+* `savecursor`: remember where the cursor was last time the file was opened and
+   put it there when you open the file again
+
+    default value: `off`
+
+* `saveundo`: when this option is on, undo is saved even after you close a file
+   so if you close and reopen a file, you can keep undoing
+
+    default value: `off`
+
 * `scrollmargin`: amount of lines you would like to see above and below the cursor
 
        default value: `3`