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.ne.enable

Whether to enable ne.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.ne.package

The ne package to use.

Type: null or package

Default:

pkgs.ne

Declared by:

programs.ne.automaticPreferences

Automatic preferences files for ne.

Type: attribute set of strings concatenated with “\n”

Default:

{ }

Example:

{
  nix = ''
    TAB 0
    TS 2
  '';
  js = ''
    TS 4
  '';
}

Declared by:

programs.ne.defaultPreferences

Default preferences for ne.

Equivalent to programs.ne.automaticPreferences.".default".

Type: strings concatenated with “\n”

Default:

""

Declared by:

programs.ne.keybindings

Keybinding file for ne.

Type: strings concatenated with “\n”

Default:

""

Example:

''
  KEY 7f BS
  SEQ "\x1b[1;5D" 7f
''

Declared by:

programs.ne.menus

Menu configuration file for ne.

Type: strings concatenated with “\n”

Default:

""

Declared by:

programs.ne.virtualExtensions

Virtual extensions configuration file for ne.

Type: strings concatenated with “\n”

Default:

""

Example:

''
  sh   1  ^#!\s*/.*\b(bash|sh|ksh|zsh)\s*
  csh  1  ^#!\s*/.*\b(csh|tcsh)\s*
''

Declared by: