Skip to content

Instantly share code, notes, and snippets.

@honda0510
Created August 7, 2014 15:27
Show Gist options
  • Save honda0510/a8b715cf7bc7baa18ca6 to your computer and use it in GitHub Desktop.
Save honda0510/a8b715cf7bc7baa18ca6 to your computer and use it in GitHub Desktop.
Vim で開く
on run argv
tell application "Terminal"
activate
do script "vi " & item 1 of argv in front window
end tell
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment