I am using Tmuxinator, and I was wondering is there anyway to initialize a Tmux pane using multiple commands?
Example
panes:
- vim
This is supported from 0.6.6.
name: sample
root: ~/
windows:
- stats:
- ssh stats@example.com
- tail -f /var/log/stats.log
- logs:
layout: main-vertical
panes:
- logs:
- ssh logs@example.com
- cd /var/logs
- tail -f development.log
Please refer to https://github.com/aziz/tmuxinator#passing-directly-to-send-keys