fix: Broken keybinds
This commit is contained in:
parent
1fb65ecee1
commit
2b7f02f3e6
11 changed files with 65 additions and 55 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue