aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/auditory.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auditory.vim')
-rw-r--r--plugin/auditory.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/auditory.vim b/plugin/auditory.vim
index e8ceeba..e0a764a 100644
--- a/plugin/auditory.vim
+++ b/plugin/auditory.vim
@@ -11,8 +11,9 @@ if !executable('mplayer')
endif
-command! AuditoryToggleGalaxyFarFarAway call auditory#ToggleGalaxyFarFarAway()
+command! AuditoryOn call auditory#AssignMappings()
command! AuditoryOff call auditory#Unmap()
+command! AuditoryToggleGalaxyFarFarAway call auditory#ToggleGalaxyFarFarAway()
call auditory#AssignMappings()