Skip to content

Instantly share code, notes, and snippets.

@FirePanther
Last active November 17, 2016 03:53
Show Gist options
  • Save FirePanther/4e5a7bc9b97c54803721 to your computer and use it in GitHub Desktop.
Save FirePanther/4e5a7bc9b97c54803721 to your computer and use it in GitHub Desktop.
Start an iTerm Sidebar on second display
tell application "System Events"
tell application "iTerm" to activate
delay 0.5
keystroke "t" using {command down, option down, control down}
tell application "iTerm" to terminate the first session of the first terminal
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment