You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where proj1 changes to support a few projects (with some alteration in commands of panes as well)
I made an alias export i="itermocil --here" to run it as $ i proj1
Now i proj1 and i proj2 work fine but I wanted a way to run all of them together so i wrote another config
Now this commands runs all the commands of panes but instead launches all the panes in last terminal tab instead of running proj1 in first tab and proj2 in second tab
The text was updated successfully, but these errors were encountered:
I have a few configs like these
proj1.yml
where proj1 changes to support a few projects (with some alteration in commands of panes as well)
I made an alias
export i="itermocil --here"
to run it as$ i proj1
Now
i proj1
andi proj2
work fine but I wanted a way to run all of them together so i wrote another configall.yml
Now this commands runs all the commands of panes but instead launches all the panes in last terminal tab instead of running proj1 in first tab and proj2 in second tab
The text was updated successfully, but these errors were encountered: