Command is not executed in tmux - WSL2

Author: markfaineCreated Oct 3, 2022Updated May 15, 2026

Describe the bug The command is printed but doesn't seem to be actually sent to tmux, for example the command ssh user@host is shown on the screen in the tmux session but no ssh command is run

To Reproduce

yaml
name: project
root: ~/
windows:
  myhost:
    -  ssh user@myhost

Expected behavior The ssh command to be executed in the tmux window

Environment

tmuxinator 3.0.5 tmux 3.2a ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu] Ubuntu 22.04 WSL2 Linux wsl 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Additional information None