Skip to content

Instantly share code, notes, and snippets.

@mmasashi
Forked from mre/.vimrc
Created August 23, 2013 06:04
Show Gist options
  • Save mmasashi/6315993 to your computer and use it in GitHub Desktop.
Save mmasashi/6315993 to your computer and use it in GitHub Desktop.
" Mac specific: Text-to-speech on selected text in visual mode
" w: Don't replace selection with command output after execution
" silent: Don't prompt for enter after execution
:vnoremap <leader>v :w<Home>silent <End> !say <CR>
@mmasashi
Copy link
Author

\ + "v"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment