Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
vimpc(1)								vimpc(1)

NAME
     vimpc - vi inspired Music Player Daemon (MPD) client.

SYNOPSIS
     vimpc [options]

DESCRIPTION
     vimpc provides simple access to mpd(1) via a familiar vi style interface.

     For detailed help information please type :help in vimpc.

OPTIONS
     -v, --version
	    Print the version of vimpc

     -h, --host [password@]<hostname|socket>
	    Connect  to  a  running  MPD  instance on hostname or using the unix
	    socket socket with the password password

     -p, --port <port>
	    Use port to connect to mpd

ENVIRONMENT VARIABLES
     All environment variables are overridden by options specified on  the  com-
     mand line

     MPD_HOST
	    Specifies the host to connect to.

     MPD_PORT
	    Specifies the port to connect to.

FILES
     ~/.vimpcrc
	    Per  user  configuration  file.  Executes the contents as vimpc com-
	    mands.

BUGS
     Bugs should be reported on github at http://github.com/boysetsfrog/vimpc/

AUTHOR
     Nathan Sweetman <nathan.sweetman@gmail.com>

SEE ALSO
     mpd(1), mpc(1)

				  November 2010 			vimpc(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=vimpc&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help