Skip to content

Instantly share code, notes, and snippets.

@bjacobowski
Created April 14, 2015 02:37
Show Gist options
  • Save bjacobowski/49dacb6460d3ba422776 to your computer and use it in GitHub Desktop.
Save bjacobowski/49dacb6460d3ba422776 to your computer and use it in GitHub Desktop.
Vim search
# Remove space within numbers (ie bad OCR)
:%s/\([0-9]\) \([0-9.]\)/\1\2/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment