Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.59 KB

日本語: JA_README.md

cmus.vim

Control cmus from vim

tipmona monya/mona tipkotone

Feature

  • Provide commands to manipulate with cmus
  • See cmus infomations(i.e. music title, artist, album name) in statusline, etc
  • Provide cmus buffer to operate cmus

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