]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/tutorial.md
More doc updates
[micro.git] / runtime / help / tutorial.md
index 7d30df1c4b55ad8d4c9c853ea69c2ef5f61be631..8aa473da00286f91d1b3442259105f368630332c 100644 (file)
@@ -6,16 +6,7 @@ configure micro to your liking.
 
 Hopefully you'll find this useful.
 
-### Plugins
-
-Micro has a plugin manager which can automatically download plugins for you. To
-see the 'official' plugins, go to github.com/micro-editor/plugin-channel.
-
-For example, if you'd like to install the snippets plugin (listed in that repo),
-just press `CtrlE` to execute a command, and type `plugin install snippets`.
-
-For more information about the plugin manager, see the end of the `plugins` help
-topic.
+See `> help defaultkeys` for a list an explanation of the default keybindings.
 
 ### Settings
 
@@ -25,7 +16,7 @@ the settings and their values. To change an option, you can either change the
 value in the `settings.json` file, or you can type it in directly while using
 micro.
 
-Simply press CtrlE to go to command mode, and type `set option value` (in the
+Press CtrlE to go to command mode, and type `set option value` (in the
 future, I will use `> set option value` to indicate pressing CtrlE). The change
 will take effect immediately and will also be saved to the `settings.json` file
 so that the setting will stick even after you close micro.