plugins.barbar.keymaps.closeAllButCurrentOrPinned

Keymap for function BufferCloseAllButCurrentOrPinned

Type: null or (submodule)

Default: null

Declared by:

plugins.barbar.keymaps.closeAllButCurrentOrPinned.action

The action to execute.

Type: string or raw lua code

Default: "<Cmd>BufferCloseAllButCurrentOrPinned<CR>"

Declared by:

plugins.barbar.keymaps.closeAllButCurrentOrPinned.key

The key to map.

Type: string

Example: "<C-m>"

Declared by:

plugins.barbar.keymaps.closeAllButCurrentOrPinned.mode

One or several modes. Use the short-names ("n", "v", …). See :h map-modes to learn more.

Type: one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x” or list of (one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x”)

Default: "n"

Example:

[
  "n"
  "v"
]

Declared by: