aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-11-09 04:48:36 -0500
committerTeddy Wing2014-11-09 04:48:36 -0500
commitd899bf74faf3d8f5df768e5ac6013db6d6b1d2b5 (patch)
tree2ada947d9da05b9f3702a0bec6979191a235408f
parentc3f903f11cf7b6ea7b5587c86ef7dd3374409a57 (diff)
downloadauditory.vim-d899bf74faf3d8f5df768e5ac6013db6d6b1d2b5.tar.bz2
plugin/auditory.vim: Add another jump mapping for %
-rw-r--r--plugin/auditory.vim1
1 files changed, 1 insertions, 0 deletions
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 <silent> _ :<c-u>call auditory#Play('./Resources/Normal_Mode/Left.wav') \| exec 'normal!' v:count1 . '_'<cr>
nnoremap <silent> $ :<c-u>call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . '$'<cr>
nnoremap <silent> g_ :<c-u>call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . 'g_'<cr>
+ nnoremap <silent> % :<c-u>call auditory#Play('./Resources/Normal_Mode/Jump.wav')<cr>%
nnoremap <silent> b :<c-u>call auditory#Play('./Resources/Normal_Mode/Left.wav') \| exec 'normal!' v:count1 . 'b'<cr>
nnoremap <silent> w :<c-u>call auditory#Play('./Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . 'w'<cr>