From c2b19fadeb9364618cabf7367b67a075608ce296 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 8 Nov 2014 22:12:21 -0500 Subject: plugin/auditory.vim: Remove test mappings These mappings were just to test functionality. The functions they called are now being called in more appropriate places. --- plugin/auditory.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugin') diff --git a/plugin/auditory.vim b/plugin/auditory.vim index 735a2a6..92e1418 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -27,10 +27,6 @@ function! s:PlayInsertLeave() endfunction -nnoremap i :call auditory#Play() - -nnoremap x :echo call s:GetPid() - augroup auditory#insert_mode autocmd! autocmd InsertEnter * call s:PlayInsertEnter() -- cgit v1.2.3