plugins.diffview.keymaps.fileHistoryPanel

List of keybindings. Mappings in file history panel.

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

action for keybinding

Type: string

Example: "action.select_next_entry"

Declared by:

plugins.diffview.keymaps.fileHistoryPanel.*.description

description for keybinding

Type: null or string

Default: null

Declared by:

plugins.diffview.keymaps.fileHistoryPanel.*.key

key to bind keybinding to

Type: string

Example: "<tab>"

Declared by:

plugins.diffview.keymaps.fileHistoryPanel.*.mode

mode to bind keybinding to

Type: string

Example: "n"

Declared by: