Skip to content

Cj-bc/cmus.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日本語: 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published