Skip to content

Instantly share code, notes, and snippets.

@levicole
Created December 7, 2011 16:46
Show Gist options
  • Save levicole/1443537 to your computer and use it in GitHub Desktop.
Save levicole/1443537 to your computer and use it in GitHub Desktop.
my vim snippets
Turn symbols into strings
s/:\(\w\{1,\}\)/"\1"/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment