plugins.edgy.settings.bottom

List of the bottom edgebar configurations.

Type: null or (list of (string or (submodule) or raw lua code))

Default: null

Plugin default: [ ]

Declared by:

plugins.edgy.settings.bottom.*.filter

Optional function to filter buffers and windows.

fun(buf:buffer, win:window)

Type: null or lua code string

Default: null

plugins.edgy.settings.bottom.*.ft

File type of the view.

Type: null or string or raw lua code

Default: null

plugins.edgy.settings.bottom.*.open

Function or command to open a pinned view.

Type: null or string or raw lua code

Default: null

plugins.edgy.settings.bottom.*.pinned

If true, the view will always be shown in the edgebar even when it has no windows.

Type: null or boolean

Default: null

plugins.edgy.settings.bottom.*.size

Size of the short edge of the edgebar. For edgebars, this is the minimum width. For panels, minimum height.

Type: null or (unsigned integer, meaning >=0)

Default: null

plugins.edgy.settings.bottom.*.title

Optional title of the view. Defaults to the capitalized filetype.

Type: null or string or raw lua code

Default: null

plugins.edgy.settings.bottom.*.wo

View-specific window options.

Type: null or (attribute set of anything)

Default: null