日本語: JA_README.md
Control cmus from vim
- 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
This plugin works bu using cmus-remote
which is officially offered.
Outputs current status of cmus.
If [key]
is specified, just output status of that key.
This is based on cmus-remote --query
Tell cmus to start playing music.
This is based on cmus-remote --play
Tell cmus to stop playing music.
This is based on cmus-remote --stop
Tell cmus to pause music.
If executed twice, the music will be played again.
This is based on cmus-remote --pause
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
Tell cmus to play next one.
This is based on cmus-remote --next
Tell cmus to play previous one.
This is based on cmus-remote --prev