Created
May 25, 2017 02:17
-
-
Save scriptype/02101cfa0e47da187f9593ad91fcab4e to your computer and use it in GitHub Desktop.
Pronounce words in Vim using `espeak` instead of `say`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap <silent> <leader>s :<C-u>call system('espeak ' . expand('<cword>'))<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment