From 597c549b5b70932a5c5e75343311cc1d3e9a0e87 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Wed, 31 Aug 2016 20:04:24 -0400 Subject: [PATCH] Update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dce89e26..ca7885b2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,14 @@ click to enable line selection. # Documentation and Help Micro has a built-in help system which you can access by pressing `CtrlE` and typing `help`. Additionally, you can -view the help files online [here](https://github.com/zyedidia/micro/tree/master/runtime/help). +view the help files here: + +* [main help](https://github.com/zyedidia/micro/tree/master/runtime/help) +* [keybindings](https://github.com/zyedidia/micro/tree/master/runtime/help) +* [commands](https://github.com/zyedidia/micro/tree/master/runtime/help) +* [colors](https://github.com/zyedidia/micro/tree/master/runtime/help) +* [options](https://github.com/zyedidia/micro/tree/master/runtime/help) +* [plugins](https://github.com/zyedidia/micro/tree/master/runtime/help) I also recommend reading the [tutorial](https://github.com/zyedidia/micro/tree/master/runtime/help/tutorial.md) for a brief introduction to the more powerful configuration features micro offers.