You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When start_directory is set on all of session, window, and pane, it doesn't work as expected.
It should concatenate directories for session + window + pane, inheriting from the parent level if nothing is specified.
So a pane that has no start_directory on window should get the directory from session + pane. And a pane that has nothing set for itself should get the directory from session + window.