aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorTeddy Wing2014-11-08 22:12:21 -0500
committerTeddy Wing2014-11-08 22:12:21 -0500
commitc2b19fadeb9364618cabf7367b67a075608ce296 (patch)
treedadeb7103d180d4337a32ab5bd2233ecf61eba29 /plugin
parent15e8ff4c2ca71b8e3e6bb736595f4c09ffc2d61f (diff)
downloadauditory.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.
Diffstat (limited to 'plugin')
-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()