]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/tutorial.md
Update options docs and new docs on copy-paste
[micro.git] / runtime / help / tutorial.md
index 8bddbe5e50ba2c3aaebcb249d98592aaf0495226..8aa473da00286f91d1b3442259105f368630332c 100644 (file)
@@ -8,17 +8,6 @@ Hopefully you'll find this useful.
 
 See `> help defaultkeys` for a list an explanation of the default keybindings.
 
-### 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.
-
 ### Settings
 
 In micro, your settings are stored in `~/.config/micro/settings.json`, a file
@@ -27,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.