aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-07-28 00:09:37 -0400
committerTeddy Wing2015-07-28 00:09:37 -0400
commita4cf047b6cc8b9f09c4aa56dbf230e66bf7497b5 (patch)
tree59d2ab1bbc5b2798ad26261f44d43cd52997c52f
parent5aab2fb74706849d914b23166efb3fa251d96e67 (diff)
downloadauditory.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.vim1
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()