refacto: move all keybind logic to actions/init

This commit is contained in:
kiyan
2022-01-21 12:21:23 +01:00
parent ba3f3357eb
commit 14461373e0
3 changed files with 103 additions and 91 deletions

View File

@@ -18,6 +18,7 @@ function M.focus()
view.focus();
end
---@deprecated
function M.on_keypress(...)
require'nvim-tree.actions'.on_keypress(...)
end