From 23a373ea7cbee061252dd127f9c88b101ab0a3dc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 9 Nov 2014 10:33:10 -0500 Subject: autoload/auditory.vim: Enable & mappings with FIXME Uncomment the space and delete mappings. Note that I had to remove count support on the delete key because it's another one of those that was giving me errors for that. --- autoload/auditory.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'autoload') diff --git a/autoload/auditory.vim b/autoload/auditory.vim index 08e6b0b..9433d74 100644 --- a/autoload/auditory.vim +++ b/autoload/auditory.vim @@ -138,8 +138,10 @@ function! auditory#NormalModeMappings() nnoremap gj :call auditory#Play('/Resources/Normal_Mode/Down.wav') \| exec 'normal!' v:count1 . 'gj' nnoremap gk :call auditory#Play('/Resources/Normal_Mode/Up.wav') \| exec 'normal!' v:count1 . 'gk' - " nnoremap :call auditory#Play('/Resources/Normal_Mode/Down.wav') \| exec 'normal!' v:count1 . '' - " nnoremap :call auditory#Play('/Resources/Normal_Mode/Up.wav') \| exec 'normal!' v:count1 . '' + nnoremap :call auditory#Play('/Resources/Normal_Mode/Right.wav') \| exec 'normal!' v:count1 . '' + + " FIXME: allow counts on the delete key + nnoremap :call auditory#Play('/Resources/Normal_Mode/Left.wav') nnoremap 0 :call auditory#Play('/Resources/Normal_Mode/Left.wav')0 nnoremap ^ :call auditory#Play('/Resources/Normal_Mode/Left.wav') \| exec 'normal!' v:count1 . '^' -- cgit v1.2.3