aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/auditory.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auditory.vim')
-rw-r--r--plugin/auditory.vim4
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()