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
@ygworldr Thanks for raising this issue. It seems like the main start_directory is not setting the current working directory of tmux as the tmux new-session -c ./ook would do. I have yet to identify whether this is an issue in tmuxp or the underlying libtmux. I'll look into it, let you know, and get a fix in.
Step 1: Provide a summary of your problem
The
start_directory
directive is not respected when creating new panes.Step 2: Provide tmuxp details
tmux list-sessions
,tmux list-windows
,tmux list-panes
NAtmux show-options -g
,tmux show-window-options -g
NAtmuxp freeze <SESSION_NAME>
NAStep 3: Describe your environment
Step 4: Describe the problem:
Steps to reproduce:
start_directory
to~/ook
& save as~/.tmuxp/ook.yaml
.tmuxp load ook
ctrl+a + c
~/ook
~/
.Observed Results:
The new pane is opened in
~/
.Expected Results:
I was expected the new pane current directory to be
~/ook
Relevant Code:
The text was updated successfully, but these errors were encountered: