Skip to content

Instantly share code, notes, and snippets.

@michel
Created March 23, 2012 10:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michel/2169353 to your computer and use it in GitHub Desktop.
Save michel/2169353 to your computer and use it in GitHub Desktop.
Quick vim regex to convert hashrocket (=>) 1.8 to colon syntax (:) 1.9:
nmap <leader>rh :%s/\v:(\w+) \=\>/\1:/g<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment