fix: Broken keybinds

This commit is contained in:
Fabio Lenherr 2023-04-06 13:27:37 +02:00
parent 1fb65ecee1
commit 2b7f02f3e6
11 changed files with 65 additions and 55 deletions

View file

@ -61,7 +61,9 @@ return {
vim.keymap.set("n", "<2-LeftMouse>", api.node.open.edit, opts("Open"))
vim.keymap.set("n", "<2-RightMouse>", api.tree.change_root_to_node, opts("CD"))
end,
respect_buf_cwd = true,
-- respect_buf_cwd = true,
sync_root_with_cwd = true,
prefer_startup_root = true,
view = {
centralize_selection = false,
side = "right",