Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Last active December 26, 2015 13:59
Show Gist options
  • Save rgbkrk/7161722 to your computer and use it in GitHub Desktop.
Save rgbkrk/7161722 to your computer and use it in GitHub Desktop.
vim madness
" Search and replace simple anonymous js function that returns to coffeescript
%s/function(\([^)]*\))\s*{\s*return\s*\([^}]*\);\s*}/(\1) -> ( \2 )/cg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment