GithubHelp home page GithubHelp logo

mo1ein / vimplayer Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 31 KB

Control players with vim

License: GNU General Public License v3.0

Vim Script 100.00%
vim moc cmus player vim-plug vundle music-player playerctl

vimplayer's Introduction

Vimplayer

Control your players with vim

Supports many cool players like Spotify, vlc, Moc, cmus, mpv, RhythmBox, mpd, web browsers and others ๐Ÿ˜‰

Installation

First of all install Playerctl and
If you use vim-plug, add this line to your ~/.vimrc :

Plug 'mo1ein/Vimplayer'

Then run inside Vim:

:so ~/.vimrc
:PlugInstall

If you use Vundle, add this line to your ~/.vimrc :

Plugin 'mo1ein/Vimplayer'

Then run inside Vim:

:so ~/.vimrc
:PluginInstall

Usage

:Pp Toggle play/pause
:Pnext Next music
:Prev Previous music
:Current Current music info
:Repeat Toggle repeat
:Shuffle Toggle shuffle
:Autonext Toggle autonext

Options

Default Player

For set your Default player add this line to your ~/.vimrc:

let g:default_player = 'Your player'

If you not set, the dafault is vlc.

Shortcut Keys

For shortcut keys add these lines to your ~/.vimrc:

" Ctrl + p  Toggle  play/pause
nnoremap <C-p> :Pp<CR>

" Ctrl + l  Next music
nnoremap <C-l> :Pnext<CR>

" Ctrl + k  Previous music
nnoremap <C-k> :Prev<CR>

" Ctrl + i  Current music info
nnoremap <C-i> :Current<CR>

" Ctrl + x  Toggle repeat
nnoremap <C-x> :Repeat<CR>

" Ctrl + s  Toggle shuffle
nnoremap <C-s> :Shuffle<CR>

" Ctrl + a  Toggle autonext
nnoremap <C-a> :Autonext<CR>

vimplayer's People

Contributors

mo1ein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.