-
Command Neotree changes cwd unexpectedly.
Current buffer is /tmp/d2/f2 How to keep cwd unchanged by Neotree ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The short answer is: require("neo-tree").setup({
filesystem = {
bind_to_cwd = false
}
}) See |
Beta Was this translation helpful? Give feedback.
-
Thanks for your recipe! |
Beta Was this translation helpful? Give feedback.
The short answer is:
See
:h neo-tree-cwd
for full details about cwd.