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
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
The bounds settings in following snippet work fine for me in Terminal, but not in iTerm. Here the bounds have no effect:
window :name => "1", :bounds => [0,1060, 630, 1600] do
run "cd ~/myProject/"
run "mvim"
end
window :name => "2" do
run "cd ~/myProject/"
run "rails server"
end
The text was updated successfully, but these errors were encountered:
The bounds settings in following snippet work fine for me in Terminal, but not in iTerm. Here the bounds have no effect:
The text was updated successfully, but these errors were encountered: