Hacker News new | ask | show | jobs
by mutkach 191 days 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

1 comments

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