ethan-s
4/9/2016 - 10:06 PM

whisper.vim

" what @alfredodeza will type into your vim if you leave your terminal unlocked
" on linux, replace "say" with "espeak" (and hope it's installed)
:nnoremap <silent> u u:call system("say -v whisper 'balls'")<CR>