Options |
Default Value |
Description |
autoclose |
true |
automatically close {} () [] "" ''. Provided by the autoclose plugin |
autoindent |
true |
when creating a new line use the same indentation as the previous line. |
autosave |
false |
micro will save the buffer every 8 seconds automatically. Micro also will automatically save and quit when you exit without asking. |
basename |
false |
in the infobar, show only the basename of the file being edited rather than the full path. |
colorscheme |
default |
loads the colorscheme stored in $(configDir)/colorschemes/option.micro, This setting is global only. |
cursorline |
true |
highlight the line that the cursor is on in a different color (the color is defined by the colorscheme you are using). |
eofnewline |
false |
micro will automatically add a newline to the file. |
fileformat |
unix |
this determines what kind of line endings micro will use for the file. UNIX line endings are just \n (lf) whereas dos line endings are \r\n (crlf). The two possible values for this option are unix and dos. |
ignorecase |
false |
perform case-insensitive searches. |
indentchar |
|
sets the indentation character. |
infobar |
true |
enables the line at the bottom of the editor where messages are printed. This option is global only. |
linter |
true |
Automatically lint when the file is saved. Provided by the linter plugin. |
keymenu |
false |
display the nano-style key menu at the bottom of the screen. |
mouse |
true |
whether to enable mouse support |
pluginchannels |
|
contains all the channels micro's plugin manager will search for plugins in. |
rmtrailingws |
false |
micro will automatically trim trailing whitespaces at eol. |
ruler |
true |
display line numbers. |
savecursor |
false |
remember where the cursor was last time the file was opened and put it there when you open the file again. |
savehistory |
true |
remember command history between closing and re-opening micro. |
saveundo |
false |
when this option is on, undo is saved even after you close a file so if you close and reopen a file, you can keep undoing. |
scrollbar |
false |
display a scroll bar |
smartpaste |
true |
should micro add leading whitespace when pasting multiple lines? This will attempt to preserve the current indentation level when pasting an unindented block. |
softwrap |
false |
should micro wrap lines that are too long to fit on the screen. |
statusline |
true |
display the status line at the bottom of the screen. |
matchbrace |
false |
highlight matching braces for '()', '{}', '[]' |
syntax |
true |
turns syntax on or off. |
tabsize |
4 |
sets the tab size to option |
tabstospaces |
false |
use spaces instead of tabs |
termtitle |
false |
defines whether or not your terminal's title will be set by micro when opened. |
Created By
priyal-kumar.blogspot.com
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by pryl