]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Merge pull request #221 from ilmanzo/patch-1
[micro.git] / runtime / help / help.md
index c2c48537b32e56a00da8395f02da95c8db7c7105..02d440d4fa31a560b268301b25f3abd771e07349 100644 (file)
@@ -12,6 +12,7 @@ Typing help followed by nothing will open this page.
 
 Here are the possible help topics that you can read:
 
+* tutorial: A brief tutorial which gives an overview of all the other help topics
 * keybindings: Gives a full list of the default keybindings as well as how to rebind them
 * commands: Gives a list of all the commands and what they do
 * options: Gives a list of all the options you can customize
@@ -21,15 +22,6 @@ Here are the possible help topics that you can read:
 
 For example to open the help page on plugins you would press CtrlE and type `help plugins`.
 
-### Usage
-
-Once you have built the editor, simply start it by running 
-`micro path/to/file.txt` or simply `micro` to open an empty buffer.
-
-Micro also supports creating buffers from stdin:
-
-```
-$ ifconfig | micro
-```
-
-You can move the cursor around with the arrow keys and mouse.
+I recommend looking at the `tutorial` help file because it is short for each section and
+gives concrete examples of how to use the various configuration options in micro. However,
+it does not give the in-depth documentation that the other topics provide.