I am using Tmuxinator, and I was wondering is there anyway to initialize a Tmux pane using multiple commands?
Example
panes: - vim
you could put && between commands.
&&
panes: - vim - workon project && #activate virtualenv and .. ./manage.py runserver #run sever