plugins.startup.mappings.executeCommand

Keymapping to execute a command.

Type: null or string or raw lua code

Default: null

Plugin default: "<CR>"

Declared by:

plugins.startup.mappings.openFile

Keymapping to open a file.

Type: null or string or raw lua code

Default: null

Plugin default: "o"

Declared by:

plugins.startup.mappings.openFileSplit

Keymapping to open a file in a split.

Type: null or string or raw lua code

Default: null

Plugin default: "<c-o>"

Declared by:

plugins.startup.mappings.openHelp

Keymapping to open help.

Type: null or string or raw lua code

Default: null

Plugin default: "?"

Declared by:

plugins.startup.mappings.openSection

Keymapping to open a section.

Type: null or string or raw lua code

Default: null

Plugin default: "<TAB>"

Declared by: