From d899bf74faf3d8f5df768e5ac6013db6d6b1d2b5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 9 Nov 2014 04:48:36 -0500 Subject: plugin/auditory.vim: Add another jump mapping for % --- plugin/auditory.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/auditory.vim b/plugin/auditory.vim index be68cfc..7305f1d 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -111,6 +111,7 @@ function! s:NormalModeMappings() nnoremap _ :call auditory#Play('./Resources/Normal_Mode/Left.wav') \| exec 'normal!' v:count1 . '_' nnoremap $ :call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . '$' nnoremap g_ :call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . 'g_' + nnoremap % :call auditory#Play('./Resources/Normal_Mode/Jump.wav')% 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' -- cgit v1.2.3