Skip to content

Tags: teddywing/auditory.vim

Tags

v0.1.3

Toggle v0.1.3's commit message
v0.1.3

* Fix `G` mapping to behave as expected and move the cursor to the bottom
  of the buffer when no count is specified
* Fix errors that would appear after double execution of `:AuditoryOn` and
  `:AuditoryOff`

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

Add documentation.

v0.1.1

Toggle v0.1.1's commit message
v0.1.1

Make the auditory mappings dictionary a global variable instead of a
script-local variable to give users the ability to modify & customise it.

v0.1.0

Toggle v0.1.0's commit message
v0.1.0

* Don't turn the sounds on by default when the plugin is loaded
* Add `g:auditory_on` config variable
* Add `g:auditory_galaxy_far_far_away` config variable
* Add `AuditoryOn`, `AuditoryOff`, and `AuditoryToggle` commands to turn
  sounds on and off
* Respect user mappings when remapping to add sounds
* Respect user mappings when unmapping to turn the plugin off

v0.0.5

Toggle v0.0.5's commit message
v0.0.5

Don't reload the plugin if it's already loaded, generally being a good
Vim plugin citizen.

v0.0.4

Toggle v0.0.4's commit message
v0.0.4

Show a warning message if `mplayer` is not installed since the plugin
depends on it in order to work.

v0.0.3

Toggle v0.0.3's commit message
v0.0.3

* Update default insert mode sounds, which now use 3 octaves from the C#
  scale instead of a single one.
* Fix bug where `d` didn't save to the delete register
* Add installation instructions to README

v0.0.2

Toggle v0.0.2's commit message
v0.0.2

* Make `dd` work to delete a line and play the delete sound
* Add TODOs

v0.0.1

Toggle v0.0.1's commit message
Initial release

First alpha release following initial development at Boston Music Hack
Day 2014.

Support for an array of normal mode command sounds, insert mode sounds,
as well as Galaxy Far Far Away sounds in insert mode.