aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/auditory.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/autoload/auditory.vim b/autoload/auditory.vim
index 994b64e..1e3d134 100644
--- a/autoload/auditory.vim
+++ b/autoload/auditory.vim
@@ -77,10 +77,8 @@ endfunction
function! auditory#AssignInsertMappings()
- augroup auditory#insert_mode
- autocmd!
- autocmd CursorMovedI * call auditory#PlayScale()
- augroup END
+ let g:auditory_galaxy_far_far_away = !g:auditory_galaxy_far_far_away
+ call auditory#ToggleGalaxyFarFarAway()
endfunction