add close binding
This commit is contained in:
@@ -284,6 +284,7 @@ local function set_mappings()
|
||||
[bindings.prev_git_item] = 'on_keypress("prev_git_item")';
|
||||
[bindings.next_git_item] = 'on_keypress("next_git_item")';
|
||||
[bindings.dir_up] = 'on_keypress("dir_up")';
|
||||
[bindings.close] = 'on_keypress("close")';
|
||||
gx = "xdg_open()";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user