Skip to content

Instantly share code, notes, and snippets.

@akiva
Last active October 28, 2024 23:26
Show Gist options
  • Save akiva/6500042 to your computer and use it in GitHub Desktop.
Save akiva/6500042 to your computer and use it in GitHub Desktop.
Vim regex to convert hash rocket syntax to modern colon style syntax for hashes with symbol-based keys
%s/:\(\w*\)\(\s\+\)\?=>/\1:/gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment