I like to call :clear-history on panes with a huge scrollback. However, I want to script a way to send this command to all the panes in the various windows.
:clear-history
tmux send-keys -t C-m
Replace the "session id" and "command" accordingly.