mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-07 00:10:59 +00:00
Add docs
This commit is contained in:
parent
edd25c68ee
commit
ea1de18326
3 changed files with 6 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
|
@ -32,10 +32,6 @@ type View struct {
|
|||
// The leftmost column, used for horizontal scrolling
|
||||
leftCol int
|
||||
|
||||
// Percentage of the terminal window that this view takes up (from 0 to 100)
|
||||
widthPercent int
|
||||
heightPercent int
|
||||
|
||||
// Specifies whether or not this view holds a help buffer
|
||||
Type ViewType
|
||||
|
||||
|
|
|
|||
|
|
@ -93,6 +93,10 @@ Here are the options that you can set:
|
|||
|
||||
default value: `2`
|
||||
|
||||
* `softwrap`: should micro wrap lines that are too long to fit on the screen
|
||||
|
||||
default value: `off`
|
||||
|
||||
* `autosave`: micro will save the buffer every 8 seconds automatically.
|
||||
Micro also will automatically save and quit when you exit without asking.
|
||||
Be careful when using this feature, because you might accidentally save a file,
|
||||
|
|
|
|||
Loading…
Reference in a new issue