diff options
Diffstat (limited to 'plugin')
| -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() | 
