Update readme

This commit is contained in:
Zachary Yedidia 2016-08-29 10:21:34 -04:00
parent f6c7c488f5
commit 19c7860f14
3 changed files with 4 additions and 16 deletions

View File

@ -25,6 +25,7 @@ To see more screenshots of micro, showcasing all of the default colorschemes, se
* Keybindings can be rebound to your liking
* Sane defaults
* You shouldn't have to configure much out of the box (and it is extremely easy to configure)
* Splits and tabs
* Extremely good mouse support
* This means mouse dragging to create a selection, double click to select by word, and triple click to select by line
* Cross platform (It should work on all the platforms Go runs on)
@ -117,7 +118,7 @@ Micro has a built-in help system which you can access by pressing `CtrlE` and ty
view the help files online [here](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 features micro offers.
a brief introduction to the more powerful configuration features micro offers.
# Contributing

File diff suppressed because one or more lines are too long

View File

@ -25,16 +25,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.