Move dir_up functionality into lib and make '-' a default keymap for it
This commit is contained in:
@@ -70,6 +70,7 @@ function M.get_bindings()
|
||||
paste = keybindings.paste or 'p',
|
||||
prev_git_item = keybindings.prev_git_item or '[c',
|
||||
next_git_item = keybindings.next_git_item or ']c',
|
||||
dir_up = keybindings.dir_up or '-',
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user