micro-settings.json
Micro settings
| Type | object |
|---|---|
| File match |
**/.config/micro/settings.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/micro-settings-json/latest.json |
| Source | https://raw.githubusercontent.com/zyedidia/micro/master/data/micro.json |
Validate with Lintel
npx @lintel/lintel check
A micro editor config schema
Properties
Whether to use the same indentation as a previous line https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A delay between automatic saves https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether attempt to use super user privileges https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to backup all open buffers https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A directory to store backups https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to show a basename instead of a full path https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A way to access the system clipboard https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A position to display a column https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to highlight a line with a cursor with a different color https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to display diff inticators before lines https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Divider chars for vertical and horizontal splits https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to use inversed color scheme colors for splits https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
An encoding used to open and save files https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to add a missing trailing new line https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to use a fast algorithm to determine whether a file is changed https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A line ending format https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A filetype for the current buffer https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to highlight all instances of a searched text after a successful search https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to enable an incremental search in Find prompt
https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to perform case-insensitive searches https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
An indentation character https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to enable a line at the bottom where messages are printed https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether add a whitespace while using autoindent https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to show matching braces https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to underline or highlight matching braces https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to create missing directories https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to enable mouse support https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to treat characters sent from the terminal in a single chunk as a paste event https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to extract a line number and a column to open files with from file names https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to permanently save backups https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A file with list of plugin channels https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Plugin repositories https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
[]
Whether to forbid buffer editing https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to remove trailing whitespaces https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to display line numbers https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to display relative line numbers https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to save cursor position in files https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to save command history between closing and re-opening editor https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to save undo after closing file https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to save undo after closing file https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A margin at which a view starts scrolling when a cursor approaches an edge of a view https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Line count to scroll for one scroll event https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to add a leading whitespace while pasting multiple lines https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to wrap long lines https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to create a new horizontal split below the current one https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to create a new vertical split right of the current one https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Format string of left-justified part of the statusline https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Format string of right-justified part of the statusline https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to display a status line https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
A super user command https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to enable a syntax highlighting https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to navigate spaces at the beginning of lines as if they are tabs https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to invert tab character colors https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to reverse tab bar colors https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to use spaces instead of tabs https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to use primary clipboard to copy selections in the background https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to wrap long lines by words https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options
Whether to assume that the current terminal is xterm
https://github.com/micro-editor/micro/blob/master/runtime/help/options.md#options