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
The default session can be configured to run a command when connecting to a session. This is useful for running a dev server or starting a tmux plugin.
If you want to use the path of the selected session in your startup or preview command, you can use the `{}` placeholder.
366
371
This will be replaced with the session's path when the command is run.
367
372
368
373
An example of this in use is the following, where the `tmuxinator` default_project uses the path as key/value pair using [ERB syntax](https://github.com/tmuxinator/tmuxinator?tab=readme-ov-file#erb):
0 commit comments