add close binding

This commit is contained in:
li
2021-01-16 05:38:34 +00:00
committed by Kiyan
parent 787cef2a1d
commit 01ae59823c
3 changed files with 3 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ function M.get_bindings()
prev_git_item = keybindings.prev_git_item or '[c',
next_git_item = keybindings.next_git_item or ']c',
dir_up = keybindings.dir_up or '-',
close = keybindings.close or 'q',
}
end