plugins.diffview.keymaps.filePanel
List of keybindings. Mappings in file 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.filePanel.*.action
action for keybinding
Type: string
Example:
"action.select_next_entry"
Declared by:
plugins.diffview.keymaps.filePanel.*.description
description for keybinding
Type: null or string
Default:
null
Declared by:
plugins.diffview.keymaps.filePanel.*.key
key to bind keybinding to
Type: string
Example:
"<tab>"
Declared by:
plugins.diffview.keymaps.filePanel.*.mode
mode to bind keybinding to
Type: string
Example:
"n"
Declared by: