-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
pane_current_path doesn't agree with pane's PWD #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Logical cwd is a shell construct and tmux has no access to it |
Ah I see. I'm not proficient enough in C to know/check this myself, but is getenv("PWD") too unstable to use for this? Or would it still refer to the server process in this context? |
tmux has no access to environment variables from the child processes either. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
With the following settings, new panes appear to open in
pwd -P
instead ofpwd
. This is somewhat unintuitive (and annoying to hack around).Current pane pwd:
~/dots
<split-window>
New Pane:
/net/host/user/me/dots
The text was updated successfully, but these errors were encountered: