From f5fabac36c8769af1ff88fd9c7c455f9339a3e0a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 9 Nov 2014 04:14:31 -0500 Subject: plugin/auditory.vim: Add paste sounds --- plugin/auditory.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin') diff --git a/plugin/auditory.vim b/plugin/auditory.vim index e2773db..857b3ba 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -118,6 +118,9 @@ function! s:NormalModeMappings() nnoremap B :call auditory#Play('./Resources/Normal_Mode/Left.wav') \| exec 'normal!' v:count1 . 'B' nnoremap W :call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . 'W' nnoremap E :call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . 'E' + + nnoremap p :call auditory#Play('./Resources/Normal_Mode/Paste.wav') \| exec 'normal!' v:count1 . 'p' + nnoremap P :call auditory#Play('./Resources/Normal_Mode/Paste.wav') \| exec 'normal!' v:count1 . 'P' endfunction call s:NormalModeMappings() -- cgit v1.2.3