Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.micro.enable

Whether to enable micro, a terminal-based text editor.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.micro.package

The micro package to use.

Type: null or package

Default:

pkgs.micro

Declared by:

programs.micro.settings

Configuration written to $XDG_CONFIG_HOME/micro/settings.json. See https://github.com/zyedidia/micro/blob/master/runtime/help/options.md for supported values.

Type: JSON value

Default:

{ }

Example:

{
  autosu = false;
  cursorline = false;
}

Declared by: