diff options
| author | Teddy Wing | 2014-11-08 22:12:21 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2014-11-08 22:12:21 -0500 | 
| commit | c2b19fadeb9364618cabf7367b67a075608ce296 (patch) | |
| tree | dadeb7103d180d4337a32ab5bd2233ecf61eba29 | |
| parent | 15e8ff4c2ca71b8e3e6bb736595f4c09ffc2d61f (diff) | |
| download | auditory.vim-c2b19fadeb9364618cabf7367b67a075608ce296.tar.bz2 | |
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.
| -rw-r--r-- | plugin/auditory.vim | 4 | 
1 files changed, 0 insertions, 4 deletions
| 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 <silent> <leader>i :call auditory#Play()<cr> - -nnoremap <leader>x :echo call s:GetPid()<cr> -  augroup auditory#insert_mode  	autocmd!  	autocmd InsertEnter * call s:PlayInsertEnter() | 
