ms-jpq / chadtree

File manager for Neovim. Better than NERDTree.
1.62k stars 60 forks source link

Correct handling of symlinks? #336

Open ravenclaw78 opened 1 year ago

ravenclaw78 commented 1 year ago

I link my projects into ~/projects:

~/projects ├── project1 -> ~/xxx/project1 ├── project2 -> ~/yyy/zzz/project2 ├── ...

If I change root to project1, then switch root to one level up, I would expect to be in ~/projects again, but instead I end up in ~/xxx/.

What does "Correct! handling of symlinks" mean?

Is there a way to keep it the way a shell would handle it?