VimITunes.vim : Control iTunes from within Vim
script karma |
Rating 9/5,
Downloaded by 1538 |
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"
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|