tmuxp icon indicating copy to clipboard operation
tmuxp copied to clipboard

`shell_command_before:` under the `panes:` issue.

Open 0xhunster opened this issue 2 years ago • 0 comments

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]

0xhunster avatar Sep 26 '22 11:09 0xhunster