diff options
| author | Teddy Wing | 2014-11-09 07:33:39 -0500 |
|---|---|---|
| committer | Teddy Wing | 2014-11-09 07:33:39 -0500 |
| commit | a8cafc5f839757fc1e86f909ceb774338c09dbc0 (patch) | |
| tree | 9a7c232aa0417eb44ecf61372c919b9173266568 /autoload | |
| parent | 74ec915a110a2c19841fcaed6b91c2233ed9d9f1 (diff) | |
| download | auditory.vim-a8cafc5f839757fc1e86f909ceb774338c09dbc0.tar.bz2 | |
autoload/auditory.vim: Add HML jump mappings
Diffstat (limited to 'autoload')
| -rw-r--r-- | autoload/auditory.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload/auditory.vim b/autoload/auditory.vim index c9c27e8..19ccc07 100644 --- a/autoload/auditory.vim +++ b/autoload/auditory.vim @@ -174,6 +174,10 @@ function! auditory#NormalModeMappings() " nnoremap <silent> <c-f> :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav') \| exec 'normal!' v:count1 . '<c-f>cr> " nnoremap <silent> <c-b> :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav') \| exec 'normal!' v:count1 . '<c-b>'<cr> + nnoremap <silent> H :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav')<cr>H + nnoremap <silent> M :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav')<cr>M + nnoremap <silent> L :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav')<cr>L + nnoremap <silent> ( :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav') \| exec 'normal!' v:count1 . '('<cr> nnoremap <silent> ) :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav') \| exec 'normal!' v:count1 . ')'<cr> nnoremap <silent> { :<c-u>call auditory#Play('/Resources/Normal_Mode/Jump.wav') \| exec 'normal!' v:count1 . '{'<cr> |
