Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

bounds settings not working in iTerm2 #69

Open
stemps opened this issue Mar 25, 2011 · 1 comment
Open

bounds settings not working in iTerm2 #69

stemps opened this issue Mar 25, 2011 · 1 comment
Labels
Milestone

Comments

@stemps
Copy link

stemps commented Mar 25, 2011

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
@achiurizo
Copy link
Owner

the bounds/settings functionality isn't available with the iTerm core yet, though any patches and contributions are more than welcomed =)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants