Created
March 27, 2017 19:41
-
-
Save cwardzala/76120fac77ab07a41bf20424631b0f64 to your computer and use it in GitHub Desktop.
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
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