Skip to content

Commit

Permalink
Merge pull request #44 from grirgz/master
Browse files Browse the repository at this point in the history
fix the mapping for executing a visual block
  • Loading branch information
gusano committed Aug 5, 2018
2 parents ce59791 + b26620f commit 8ea022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/supercollider.vim
Expand Up @@ -28,7 +28,7 @@ au Filetype supercollider let b:match_words = '(:),[:],{:}'

au Filetype supercollider nnoremap <buffer> <F5> :call SClang_block()<CR>
au Filetype supercollider inoremap <buffer> <F5> :call SClang_block()<CR>a
au Filetype supercollider vnoremap <buffer> <F5> :call SClang_line()<CR>
au Filetype supercollider vnoremap <buffer> <F5> :call SClang_send()<CR>
au Filetype supercollider vnoremap <buffer> <F6> :call SClang_line()<CR>
au Filetype supercollider nnoremap <buffer> <F6> :call SClang_line()<CR>
Expand Down

0 comments on commit 8ea022a

Please sign in to comment.