Last active
May 25, 2017 02:11
-
-
Save scriptype/2ed9ca1bd9173155f1785f8144fd482b to your computer and use it in GitHub Desktop.
Pronounce a word in Vim (Edited accordingly after feedbacks)
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('say ' . expand('<cword>'))<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment