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

plugins.diffview.commitLogPanel.winConfig.height

The height of the window (in character cells). If type is "split" then this is only applicable when position is "top"|"bottom".

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.diffview.commitLogPanel.winConfig.position

Determines where the panel is positioned (only when type="split").

Type: null or one of “left”, “top”, “right”, “bottom” or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.diffview.commitLogPanel.winConfig.relative

Determines what the position is relative to (when type="split").

Type: null or one of “editor”, “win” or raw lua code

Default: null

Plugin default: "editor"

Declared by:

plugins.diffview.commitLogPanel.winConfig.type

Determines whether the window should be a float or a normal split.

Type: null or one of “split”, “float” or raw lua code

Default: null

Plugin default: "float"

Declared by:

plugins.diffview.commitLogPanel.winConfig.width

The width of the window (in character cells). If type is "split" then this is only applicable when position is "left"|"right".

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: null

Declared by:

plugins.diffview.commitLogPanel.winConfig.win

The window handle of the target relative window (when type="split". Only when relative="win"). Use 0 for current window.

Type: null or signed integer or floating point number or raw lua code

Default: null

Plugin default: 0

Declared by:

plugins.diffview.commitLogPanel.winConfig.winOpts

Table of window local options (see |vim.opt_local|). These options are applied whenever the window is opened.

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

Default: null

Plugin default: { }

Declared by: