aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/auditory.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auditory.vim')
-rw-r--r--plugin/auditory.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin/auditory.vim b/plugin/auditory.vim
index 21082f0..e8ceeba 100644
--- a/plugin/auditory.vim
+++ b/plugin/auditory.vim
@@ -11,12 +11,6 @@ if !executable('mplayer')
endif
-augroup auditory#insert_mode
- autocmd!
- autocmd CursorMovedI * call auditory#PlayScale()
-augroup END
-
-
command! AuditoryToggleGalaxyFarFarAway call auditory#ToggleGalaxyFarFarAway()
command! AuditoryOff call auditory#Unmap()