]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/commands.md
Merge pull request #221 from ilmanzo/patch-1
[micro.git] / runtime / help / commands.md
index 2fb4d8cc4e1daa30d35187ddeeb5475308121f4f..94110f46a3abbcfb02f37702a6d63781f70e7b93 100644 (file)
@@ -15,8 +15,13 @@ Here are the possible commands that you can use.
    Note that `search` must be a valid regex.  If one of the arguments
    does not have any spaces in it, you may omit the quotes.
 
-* `set option value`: sets the option to value. Please see the next section for
-   a list of options you can set.
+* `set option value`: sets the option to value. See the `options` help topic
+   for a list of options you can set.
+
+* `setlocal option value`: sets the option to value locally (only in the current
+   buffer).
+
+* `show option`: shows the current value of the given option.
 
 * `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.