Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

dhruvasagar/vim-audiobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Audiobox

A simple plugin to control audio players from within vim.

Change Log

See CHANGELOG.md

Installation

There are several ways to install vim-audiobox:

  1. I recommend installing NeoBundle and then just add NeoBundle 'dhruvasagar/vim-audiobox' to your ~/.vimrc.

  2. If you are using Vundle and then just add Bundle 'dhruvasagar/vim-audiobox' to your ~/.vimrc.

  3. If you are using pathogen.vim, then just clone this repo (or add a submodule) in your bundle directory.

  4. Manually (not recommended). Copy plugin/audiobox.vim to ~/.vim/plugin under UNIX or vimfiles/plugin under WINDOWS and restart VIM.

Commands & Mappings

Audiobox plugin provides a few helpful commands and mappings.

Commands

  • :AudioboxPlay: to play current song if it isn't playing already.
  • :AudioboxNext: to play next song & echo it's name in vim.
  • :AudioboxPrev: to play previous song & echo it's name in vim.
  • :AudioboxPause: to pause the current song.
  • :AudioboxTogglePlay: to toggle between play / pause.
  • :AudioboxShowCurrentSong: to show the current playing song in vim.

Mappings

  • <Plug>AudioboxPlay : by default this is mapped to gmp.
  • <Plug>AudioboxNext : by default this is mapped to gmn.
  • <Plug>AudioboxPrev : by default this is mapped to gmN.
  • <Plug>AudioboxPause : by default this is mapped to gmP.
  • <Plug>AudioboxTogglePlay : by default this is mapped to gmt.
  • <Plug>AudioboxShowCurrentSong : by default this is mapped to gms.

About

Control Rhythmbox from VIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published