Skip to content

Instantly share code, notes, and snippets.

@garybernhardt
Created December 19, 2012 21:46
Show Gist options
  • Save garybernhardt/4340816 to your computer and use it in GitHub Desktop.
Save garybernhardt/4340816 to your computer and use it in GitHub Desktop.
tell application "Finder"
open file ((path to home folder as text) & "Dropbox:notes") using ((path to applications folder as text) & "MacVim.app")
end tell
tell application "MacVim"
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment