diff options
| -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() | 
