plugins.aerial.settings.nav.autojump

Jump to symbol in source window when the cursor moves.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.aerial.settings.nav.border

Border style for the floating nav windows.

Type: null or string or raw lua code

Default: null

Plugin default: "rounded"

Declared by:

plugins.aerial.settings.nav.keymaps

Keymaps in the nav window.

Type: null or (attribute set of (string or attribute set of anything or value false (singular enum) or raw lua code))

Default: null

Plugin default:

{
  "<2-LeftMouse>" = "actions.jump";
  "<C-c>" = "actions.close";
  "<C-s>" = "actions.jump_split";
  "<C-v>" = "actions.jump_vsplit";
  "<CR>" = "actions.jump";
  h = "actions.left";
  l = "actions.right";
}

Declared by:

plugins.aerial.settings.nav.max_height

Maximum height of the floating nav windows. It can be integers or a float between 0 and 1 (e.g. 0.4 for 40%) or a list of those.

Type: null or raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive))

Default: null

Plugin default: 0.9

Declared by:

plugins.aerial.settings.nav.max_width

Minimum width of the floating nav windows. It can be integers or a float between 0 and 1 (e.g. 0.4 for 40%) or a list of those.

Type: null or raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive))

Default: null

Plugin default: 0.5

Declared by:

plugins.aerial.settings.nav.min_height

Minimum height of the floating nav windows. It can be integers or a float between 0 and 1 (e.g. 0.4 for 40%) or a list of those.

Type: null or raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive))

Default: null

Plugin default:

[
  10
  0.1
]

Declared by:

plugins.aerial.settings.nav.min_width

Minimum width of the floating nav windows. It can be integers or a float between 0 and 1 (e.g. 0.4 for 40%) or a list of those.

Type: null or raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (raw lua code or (unsigned integer, meaning >=0) or integer or floating point number between 0.0 and 1.0 (both inclusive))

Default: null

Plugin default:

[
  0.2
  20
]

Declared by:

plugins.aerial.settings.nav.preview

Show a preview of the code in the right column, when there are no child symbols

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.aerial.settings.nav.win_opts

Key-value pairs of window-local options for aerial window (e.g. winhl).

Type: null or (attribute set of (anything or raw lua code))

Default: null

Plugin default:

{
  cursorline = true;
  winblend = 10;
}

Declared by: