Skip to content

A Vim plugin for controlling moOde audio from normal mode.

Notifications You must be signed in to change notification settings

TimSpence/vim-moode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

vim-moode

🎼 Because no one else wrote a Vim plugin for Moode audio.

Control a moode audio player from within your favorite editor. Basic functions like play, stop, mute, volume up, and volume down are supported. Run :help Moode to see all commands.

Installation

Install using your favorite plugin manager. I use vim-plug:

call plug#begin(vimplugdir)
  ...
  Plug 'TimSpence/vim-moode'
  ...
call plug#end()

Usage

Start your player by executing :MoodePlay to . If nothing happens, execute :help Moode to debug your configuration.

Contributing

I wrote this plugin to solve a pretty minor problem: how to adjust the music on a headless raspberry pi without interrupting my focus in vim. It can always be improved, so Fork it and make a pull request if you have an interesting idea.

About

A Vim plugin for controlling moOde audio from normal mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published