Cj-bc / cmus.vim

0 stars 0 forks source link

日本語: JA_README.md

cmus.vim

Control cmus from vim

tipmona monya/mona tipkotone

Feature

How this works?

This plugin works bu using cmus-remote which is officially offered.

provided commands

:CmusStatus [Key]

Outputs current status of cmus. If [key] is specified, just output status of that key. This is based on cmus-remote --query

:CmusStart

Tell cmus to start playing music. This is based on cmus-remote --play

:CmusStop

Tell cmus to stop playing music. This is based on cmus-remote --stop

:CmusPause

Tell cmus to pause music. If executed twice, the music will be played again. This is based on cmus-remote --pause

:CmusPausePlayback

Tell cmus to pause playback. This only pause music, don't restart playing if no music is played. This is based on cmus-remote --pause-playback

:CmusNext

Tell cmus to play next one. This is based on cmus-remote --next

:CmusPrev

Tell cmus to play previous one. This is based on cmus-remote --prev