"Open new tab in current directory" should not follow symlinks
Open
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
I have directory symlinks in which I often works, but I want to keep seeing the non-followed path.
These kinds of stuff: $HOME/build/gimp/ and $HOME/build/ is actually a symlink to another part of the disk (which I don't save).
`pwd` or `echo $PWD` shows $HOME/build/gimp/ which is exactly what I want. But when I create a new tab, it changes to the symlinked path. I don't want this! I want the new tab to visually stay in the exact same path as the previous one. Could this be fixed?
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.