]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Merge branch 'master' of https://github.com/dbeef/micro into dbeef-master
[micro.git] / runtime / help / help.md
index eb9b0a1a0850067dbd2581bb86d12c9af554583e..d284e01905d8b1974899964e9b1de3d96d393d13 100644 (file)
@@ -3,9 +3,9 @@
 Micro is a terminal-based text editor that aims to be easy to use and intuitive, 
 while also taking advantage of the full capabilities of modern terminals.
 
-To open the command bar, press Ctrl-e. This enables a `>` prompt for typing
+To open the command bar, press CtrlE. This enables a `>` prompt for typing
 commands. From now on when the documentation says to run a command such as
-`> help`, this means press Ctrl-e and type `help` (and press enter to execute
+`> help`, this means press CtrlE and type `help` (and press enter to execute
 the command).
 
 For a list of the default keybindings run `> help defaultkeys`.
@@ -13,7 +13,7 @@ For more information on keybindings see `> help keybindings`.
 
 ## Quick-start
 
-Press Ctrl-q to quit, and Ctrl-s to save. Press Ctrl-e 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`.
 
@@ -32,7 +32,7 @@ Press Ctrl-w to move between splits, and type `> vsplit filename` or
 
 Micro has a built-in help system which can be accessed with the `help` command.
 
-To use it, press Ctrl-e to access command mode and type in `help` followed by a
+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.
 
 Here are the possible help topics that you can read: