aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autoload/auditory.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/auditory.vim b/autoload/auditory.vim
index 596fefe..a981e0a 100644
--- a/autoload/auditory.vim
+++ b/autoload/auditory.vim
@@ -438,7 +438,7 @@ function! auditory#AssignNormalModeMappings()
" If this an `execute` mapping, add a pipe
let l:pipe = match(value.map_to, 'exec') !=# -1 ? ' \| ' : ''
- execute 'nmap <silent>' . key .
+ execute 'nnoremap <silent>' . key .
\ ' :<c-u>call auditory#Play("' . value.audio . '")' .
\ l:pipe . value.map_to
endfor