Step 1: Provide a summary of your problem
The start_directory directive is not respected when creating new panes.
Step 2: Provide tmuxp details
Python version 3.9.0
system PATH NA
tmux version 3.1
tmuxp version 1.5.5
tmux path ~/bin/tmux
tmuxp path, ~/.pyenv/shims/tmuxp
libtmux version 0.8.3
shell zsh 5.8
output of tmux list-sessions, tmux list-windows, tmux list-panes NA
output of tmux show-options -g, tmux show-window-options -g NA
output of tmuxp freeze <SESSION_NAME> NA
Step 3: Describe your environment
Architecture: x86_64 GNU/Linux
OS version: Fedora 32
Step 4: Describe the problem:
Steps to reproduce:
Create a simple configuration setting start_directory to ~/ook & save as ~/.tmuxp/ook.yaml.
Load it via tmuxp load ook
Create a new windows: ctrl+a + c
I was expected the new pane current directory to be ~/ook
The new pane is opened in ~/.
Observed Results:
The new pane is opened in ~/.
Expected Results:
I was expected the new pane current directory to be ~/ook
Relevant Code:
start_directory: ~/ook
windows:
- window_name: top
panes:
- shell_command:
- pwd
Reactions are currently unavailable
Step 1: Provide a summary of your problem
The
start_directorydirective is not respected when creating new panes.Step 2: Provide tmuxp details
tmux list-sessions,tmux list-windows,tmux list-panesNAtmux show-options -g,tmux show-window-options -gNAtmuxp freeze <SESSION_NAME>NAStep 3: Describe your environment
Step 4: Describe the problem:
Steps to reproduce:
start_directoryto~/ook& save as~/.tmuxp/ook.yaml.tmuxp load ookctrl+a + c~/ook~/.Observed Results:
The new pane is opened in
~/.Expected Results:
I was expected the new pane current directory to be
~/ookRelevant Code: