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