tmuxp
tmuxp copied to clipboard
`shell_command_before:` under the `panes:` issue.
I want to add shell_command_before:
under the panes:
. How is it possible?
session_name: 4-pane-split
windows:
- window_name: dev window
layout: tiled
panes:
- shell_command: # pane no. 1
shell_command_before:
- ssh [email protected]
panes:
- shell_command:
shell_command_before:
- ssh [email protected]