add preview

This commit is contained in:
kyazdani42
2020-06-07 14:51:46 +02:00
parent e9548d7992
commit b55ed7c5a7
5 changed files with 36 additions and 20 deletions

View File

@@ -49,6 +49,7 @@ function M.get_bindings()
edit_vsplit = keybindings.edit_vsplit or '<C-v>',
edit_split = keybindings.edit_split or '<C-x>',
edit_tab = keybindings.edit_tab or '<C-t>',
preview = keybindings.preview or '<Tab>',
cd = keybindings.cd or '<C-]>',
create = keybindings.create or 'a',
remove = keybindings.remove or 'd',