X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Fhelp.md;h=d284e01905d8b1974899964e9b1de3d96d393d13;hb=24a684cff25cd9f189a943d1dc2a98d3aa6c796f;hp=aad6bac8f3e3f9021caeaeb9ddfd0c4faf213307;hpb=b41fc10b8fa62241a8d74ecfa6dc4006f646fd4f;p=micro.git diff --git a/runtime/help/help.md b/runtime/help/help.md index aad6bac8..d284e019 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -13,7 +13,7 @@ For more information on keybindings see `> help keybindings`. ## Quick-start -Press CtrlQ to quit, and CtrlS to save. Press CtrlE to start typing commands and +Press Ctrl-q to quit, and Ctrl-s to save. Press CtrlE to start typing commands and you can see which commands are available by pressing tab, or by viewing the help topic `> help commands`. @@ -23,14 +23,14 @@ what they do. For more info on rebinding keys, see type `> help keybindings`. If the colorscheme doesn't look good, you can change it with `> set colorscheme ...`. You can press tab to see the available colorschemes, or -see more information with `> help colors`. +see more information about colorschemes and syntax highlighting with `> help colors`. -Press CtrlW to move between splits, and type `> vsplit filename` or +Press Ctrl-w to move between splits, and type `> vsplit filename` or `> hsplit filename` to open a new split. ## Accessing more help -Micro has a built-in help system much like Vim's (although less extensive). +Micro has a built-in help system which can be accessed with the `help` command. To use it, press CtrlE to access command mode and type in `help` followed by a topic. Typing `help` followed by nothing will open this page.