X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Ftutorial.md;h=8aa473da00286f91d1b3442259105f368630332c;hb=0c6a7e28376521d050f062770276a6a2fdc4d89c;hp=8bddbe5e50ba2c3aaebcb249d98592aaf0495226;hpb=36dc6647dd7a589d97b0bc3808decbb8312a9758;p=micro.git diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index 8bddbe5e..8aa473da 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -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.