Skip to content

Instantly share code, notes, and snippets.

@d0minicw0ng
Created April 17, 2015 02:36
Show Gist options
  • Save d0minicw0ng/473a7d9399de70b70838 to your computer and use it in GitHub Desktop.
Save d0minicw0ng/473a7d9399de70b70838 to your computer and use it in GitHub Desktop.
Copy JavaScript and paste CoffeeScript
" Grab pbpaste clipboard contents pipe them through js2coffe and paste it
" in the current buffer
function! PasteAsCoffee()
:read !pbpaste | js2coffee
endfunction
command! PasteAsCoffee :call PasteAsCoffee()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment