>
cheatref
tmux
> 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
// related commands
> enter-command-mode
> set-option-for-all-sessions
> set-option-for-all-windows
> enable-mouse-mode
> reload-tmux-configuration
> view all misc commands