plugins.diffview.keymaps.diff4

List of keybindings. Mappings in 4-way diff layouts

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.diff4.*.action

action for keybinding

Type: string

Example: "action.select_next_entry"

Declared by:

plugins.diffview.keymaps.diff4.*.description

description for keybinding

Type: null or string

Default: null

Declared by:

plugins.diffview.keymaps.diff4.*.key

key to bind keybinding to

Type: string

Example: "<tab>"

Declared by:

plugins.diffview.keymaps.diff4.*.mode

mode to bind keybinding to

Type: string

Example: "n"

Declared by: