> tmux/misc/send-keys-to-a-pane

Send keys to a pane

misc

// shell

$ tmux send-keys -t mysession:0 'ls -la' Enter

// tmux command

: send-keys -t 0 'ls -la' Enter