Skip to content

Instantly share code, notes, and snippets.

@dtrietsch
Created September 1, 2011 14:35
Show Gist options
  • Save dtrietsch/1186289 to your computer and use it in GitHub Desktop.
Save dtrietsch/1186289 to your computer and use it in GitHub Desktop.
iTerm2 command for split panes via AppleScript
tell i term application "System Events" to keystroke "D" using command down
tell i term application "System Events" to keystroke "d" using command down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment