X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Ftutorial.md;h=8aa473da00286f91d1b3442259105f368630332c;hb=f3e8413e772924947238bdb9f928375e24ff7213;hp=28032d3cb8b9d5fc07fb5def7f8ed1b940a79eb4;hpb=e071209add3b3f68460aec7aaea2c92daa5610c6;p=micro.git diff --git a/runtime/help/tutorial.md b/runtime/help/tutorial.md index 28032d3c..8aa473da 100644 --- a/runtime/help/tutorial.md +++ b/runtime/help/tutorial.md @@ -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 plugins '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.