Created
March 27, 2019 20:09
-
-
Save ethagnawl/347b3377dc744fcf417c4711fc7a552b to your computer and use it in GitHub Desktop.
dynamic tmux_options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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