Does it support sending and executing commands to the panes like tmux does?
like this:
tmux send-keys -t 0:1.1 "ls" Enter
edit: well, yes, you can:
zellij action write-chars ls
zellij action write 10
Ha! I've been using tmux for years and I didn't realize one could do this.
Ha! I've been using tmux for years and I didn't realize one could do this.