Skip to content

Instantly share code, notes, and snippets.

@cwardzala
Created March 27, 2017 19:41
Show Gist options
  • Save cwardzala/76120fac77ab07a41bf20424631b0f64 to your computer and use it in GitHub Desktop.
Save cwardzala/76120fac77ab07a41bf20424631b0f64 to your computer and use it in GitHub Desktop.
tell application "iTerm"
tell current session of current window
set btm to (split horizontally with default profile)
tell btm
split vertically with default profile
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment