]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/help.md
Merge pull request #283 from boombuler/autocompleteplugin
[micro.git] / runtime / help / help.md
index 1da1c58525a76cab257569667da6d3ad678c6d50..7350d6a274944754b3de6a0592be90b46d6ec249 100644 (file)
@@ -3,6 +3,12 @@
 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.
 
+*Press CtrlQ to quit, and CtrlS to save.*
+
+If you want to see all the keybindings press CtrlE and type `help keybindings`.
+
+See the next section for more information about documentation and help.
+
 ### Accessing more help
 
 Micro has a built-in help system much like Vim's (although less extensive).
@@ -25,16 +31,3 @@ For example to open the help page on plugins you would press CtrlE and type `hel
 I recommend looking at the `tutorial` help file because it is short for each section and
 gives concrete examples of how to use the various configuration options in micro. However,
 it does not give the in-depth documentation that the other topics provide.
-
-### Usage
-
-Once you have built the editor, simply start it by running 
-`micro path/to/file.txt` or simply `micro` to open an empty buffer.
-
-Micro also supports creating buffers from stdin:
-
-```
-$ ifconfig | micro
-```
-
-You can move the cursor around with the arrow keys and mouse.