plugins.barbar.keymaps.scrollRight
Keymap for function BufferScrollRight
Type: null or (submodule)
Default:
null
Declared by:
plugins.barbar.keymaps.scrollRight.action
The action to execute.
Type: string or raw lua code
Default:
"<Cmd>BufferScrollRight<CR>"
Declared by:
plugins.barbar.keymaps.scrollRight.key
The key to map.
Type: string
Example:
"<C-m>"
Declared by:
plugins.barbar.keymaps.scrollRight.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: