plugins.gitignore.keymap.options.buffer

Make the mapping buffer-local. Equivalent to adding <buffer> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.gitignore.keymap.options.desc

A textual description of this keybind, to be shown in which-key, if you have it.

Type: null or string

Default: null

plugins.gitignore.keymap.options.expr

Means that the action is actually an expression. Equivalent to adding <expr> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.gitignore.keymap.options.noremap

Whether to use the noremap variant of the command, ignoring any custom mappings on the defined action. It is highly advised to keep this on, which is the default.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

plugins.gitignore.keymap.options.nowait

Whether to wait for extra input on ambiguous mappings. Equivalent to adding <nowait> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.gitignore.keymap.options.remap

Make the mapping recursive. Inverses noremap.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.gitignore.keymap.options.script

Equivalent to adding <script> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.gitignore.keymap.options.silent

Whether this mapping should be silent. Equivalent to adding <silent> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.gitignore.keymap.options.unique

Whether to fail if the map is already defined. Equivalent to adding <unique> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false