Replies: 1 comment 1 reply
-
Maybe you can achieve what you want by setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have some questions about automatic cwd management. I'm currently using the default config
(1) I'd want 1-way binding between cwd and neotree root. I.e., I want neotree root automatically changes when
DirectoryChanged
event occurs, but not in the other way; i.e. do not change cwd when navigating the root in neotree filesystem.How can I achieve this?
(2) If (1) is not possible, I'd like to change the CWD (as we move the root in the neo-tree explorer) only for the current window (
:lcd
), but only when the current position of the neo-tree is "floating".cwd_target
seems to be a relevant option for this, but this allowssidebar
andcurrent
only; we do not havefloating
and floating is treated as if it were "sidebar" (left or right).The current behavior can be quite annoying in the following scenario:
Beta Was this translation helpful? Give feedback.
All reactions