Add mappings for jumping to previous or next git item.
This commit is contained in:
@@ -213,6 +213,8 @@ local function set_mappings()
|
||||
[bindings.cut] = 'on_keypress("cut")';
|
||||
[bindings.copy] = 'on_keypress("copy")';
|
||||
[bindings.paste] = 'on_keypress("paste")';
|
||||
[bindings.prev_git_item] = 'on_keypress("prev_git_item")';
|
||||
[bindings.next_git_item] = 'on_keypress("next_git_item")';
|
||||
gx = "xdg_open()";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user