Skip to content

gaving/vimmpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimmpc

Vimmpc provides functionality for manipulating mpd from within the vim editor.

Dependencies

The following dependencies are required to use vimmpc:

Installation

$ tar xzf vimmpc-(revision).tar.gz
$ cd ~/.vim/plugin
$ ln -s /path/to/vimmpc/vimmpc.vim
$ ln -s /path/to/vimmpc/vimmpc.py

And finally:

$ vim -c 'MPC'

To complete the installation and launch Vim with MPC loaded.

NOTE: Vim can be loaded as normal and vimmpc activated by use of :MPC

Screenshots

Here is a screenshot of vimmpc in action:

interface

Development

The development version can be viewed on github

Please note that development is currently stalled just now due to an expired interest on my part. Anyone wishing to maintain it please feel free.