mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-19 15:25:42 -04:00
Update readme
This commit is contained in:
parent
f6c7c488f5
commit
19c7860f14
@ -25,6 +25,7 @@ To see more screenshots of micro, showcasing all of the default colorschemes, se
|
|||||||
* Keybindings can be rebound to your liking
|
* Keybindings can be rebound to your liking
|
||||||
* Sane defaults
|
* Sane defaults
|
||||||
* You shouldn't have to configure much out of the box (and it is extremely easy to configure)
|
* 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
|
* 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
|
* 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)
|
* 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).
|
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
|
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
|
# Contributing
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -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
|
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,
|
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.
|
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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user