]> git.lizzy.rs Git - micro.git/commitdiff
Update readme
authorZachary Yedidia <zyedidia@gmail.com>
Sun, 24 Apr 2016 12:41:30 +0000 (08:41 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Sun, 24 Apr 2016 12:41:30 +0000 (08:41 -0400)
README.md

index 17bd184ed2af0482710674a72c5bd53c449bbbc4..3d39fcb5ec4ea97eb4a04d004f03323c3ec0a3b6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -87,36 +87,18 @@ $ ifconfig | micro
 
 You can move the cursor around with the arrow keys and mouse.
 
-#### Keybindings
-
-* Ctrl-q:   Quit
-* Ctrl-s:   Save
-* Ctrl-o:   Open file
-* Ctrl-z:   Undo
-* Ctrl-y:   Redo
-* Ctrl-f:   Find
-* Ctrl-n:   Find next
-* Ctrl-p:   Find previous
-* Ctrl-a:   Select all
-* Ctrl-c:   Copy
-* Ctrl-x:   Cut
-* Ctrl-v:   Paste
-* Ctrl-g:   Open help
-* Ctrl-u:   Half page up
-* Ctrl-d:   Half page down
-* PageUp:   Page up
-* PageDown: Page down
-* Home:     Go to beginning
-* End:      Go to end
-* Ctrl-e:   Execute a command
-
 You can also use the mouse to manipulate the text. Simply clicking and dragging will select text. You can also double click
 to enable word selection, and triple click to enable line selection.
 
-You can also run `$ micro -version` to get the version number. Since there is no release, this just gives you the
+You can run `$ micro -version` to get the version number. Since there is no release, this just gives you the
 commit hash. The version is unknown if you built with `go get`, instead use `make install` or `make` to get a binary
 with a version number defined.
 
+#### Help text
+
+See the [help text](./runtime/help/help.md) for information about keybindings, editor commands, colorschemes and
+configuration options.
+
 # Configuration
 
 Configuration directory: