VIM and iTunes

Add this to your .vimrc to make the "-" key skip to the next song in iTunes:

map - :!osascript -e'tell application "iTunes"' -e'next track' -e'end tell'
By Brett O'Connor - Go Back