plugins.diffview.keymaps.view

List of keybindings. The view bindings are active in the diff buffers, only when the current tabpage is a Diffview.

Type: list of (submodule)

Default: [ ]

Example:

[
  {
    action = "actions.select_next_entry";
    description = "Open the diff for the next file";
    key = "<tab>";
    mode = "n";
  }
]

Declared by:

plugins.diffview.keymaps.view.*.action

action for keybinding

Type: string

Example: "action.select_next_entry"

Declared by:

plugins.diffview.keymaps.view.*.description

description for keybinding

Type: null or string

Default: null

Declared by:

plugins.diffview.keymaps.view.*.key

key to bind keybinding to

Type: string

Example: "<tab>"

Declared by:

plugins.diffview.keymaps.view.*.mode

mode to bind keybinding to

Type: string

Example: "n"

Declared by: