pub const TMUX_COMMANDS_SEPARATOR: &str = ";";
Expand description

command separator 1

1 “…Each command is terminated by a newline or a semicolon (;) Commands separated by semicolons together form a ‘command sequence’ - if a command in the sequence encounters an error, no subsequent commands are executed…” [tmux manual]


  1.