top | item 46167046

(no title)

mutkach | 2 months ago

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

discuss

order

chb|2 months ago

Ha! I've been using tmux for years and I didn't realize one could do this.