diff options
| author | Teddy Wing | 2015-07-28 00:09:37 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-07-28 00:09:37 -0400 |
| commit | a4cf047b6cc8b9f09c4aa56dbf230e66bf7497b5 (patch) | |
| tree | 59d2ab1bbc5b2798ad26261f44d43cd52997c52f | |
| parent | 5aab2fb74706849d914b23166efb3fa251d96e67 (diff) | |
| download | auditory.vim-a4cf047b6cc8b9f09c4aa56dbf230e66bf7497b5.tar.bz2 | |
plugin/auditory.vim: Add `:AuditoryOff` command
New command that turns the plugin off by removing its mappings.
| -rw-r--r-- | plugin/auditory.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/auditory.vim b/plugin/auditory.vim index 87bfd71..21082f0 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -18,6 +18,7 @@ augroup END command! AuditoryToggleGalaxyFarFarAway call auditory#ToggleGalaxyFarFarAway() +command! AuditoryOff call auditory#Unmap() call auditory#AssignMappings() |
