Skip to content

Instantly share code, notes, and snippets.

@scriptype
Last active May 25, 2017 02:11
Show Gist options
  • Save scriptype/2ed9ca1bd9173155f1785f8144fd482b to your computer and use it in GitHub Desktop.
Save scriptype/2ed9ca1bd9173155f1785f8144fd482b to your computer and use it in GitHub Desktop.
Pronounce a word in Vim (Edited accordingly after feedbacks)
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