sponsor Vim development Vim logo Vim Book Ad

VimITunes.vim : Control iTunes from within Vim

 script karma  Rating 9/5, Downloaded by 1457  Comments, bugs, improvements  Vim wiki

created by
Ed Ralston
 
script type
utility
 
description
Allows controlling iTunes on Macintosh from within Vim.

Adds a menu "iTunes" that contains various commands to control iTunes.

Additionally, if the global variable "VimITunesMapPrefix" is set when this plugin is loaded, then several useful maps are created.  For example, if in your ".vimrc" you have

   let g:VimITunesMapPrefix = ",x"

then after this plugin is loaded, you can use the following maps:

       ,xq    Quit iTunes
       ,xs    Toggle Shuffle Mode
       ,xp    Toggle Pause Mode
       ,xl    Next Song
       ,xh    Previous Song
       ,xk    Volume Up
       ,xj    Volume Down
       ,xm    Mute
       ,x?    Display Song Title
       ,xd    Disable the current song
       ,xe    Enable the current song
 
install details
Put this file into your plugin directory (do ":help *add-global-plugin*" for assistance on how to do that).

If you want to use the mappings, then in your ".vimrc" file, add something like the following:

  let g:VimITunesMapPrefix = ",x"
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
VimITunes.vim 1.0 2003-01-09 6.0 Ed Ralston Stable version.
Silenced mappings.
Free variables after script initialization.
VimITunes.vim 0.9 2003-01-07 6.0 Ed Ralston Initial upload
ip used for rating: 3.17.28.48

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github