Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created March 27, 2019 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethagnawl/347b3377dc744fcf417c4711fc7a552b to your computer and use it in GitHub Desktop.
Save ethagnawl/347b3377dc744fcf417c4711fc7a552b to your computer and use it in GitHub Desktop.
dynamic tmux_options
# /home/peter/.config/tmuxinator/foo.yml
name: foo
root: ~/
tmux_options: -f <%= args[0] %>
windows:
- one:
- echo logs
- two:
- echo left
- echo right && tmux resize-pane -Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment