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.barbar.keymaps.goTo1.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.barbar.keymaps.goTo1.options.desc

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

Type: null or string or raw lua code

Default: null

plugins.barbar.keymaps.goTo1.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.barbar.keymaps.goTo1.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.barbar.keymaps.goTo1.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.barbar.keymaps.goTo1.options.remap

Make the mapping recursive. Inverses noremap.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.barbar.keymaps.goTo1.options.replace_keycodes

When expr is true, replace keycodes in the resulting string.

Returning nil from the Lua callback is equivalent to returning an empty string.

Type: null or boolean

Default: null

plugins.barbar.keymaps.goTo1.options.script

Equivalent to adding <script> to a map.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

plugins.barbar.keymaps.goTo1.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.barbar.keymaps.goTo1.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