Skip to content

Instantly share code, notes, and snippets.

@marciol
Created June 16, 2017 19:39
Show Gist options
  • Save marciol/efcf83a1b5bbbfa9f7c146af45ba58b8 to your computer and use it in GitHub Desktop.
Save marciol/efcf83a1b5bbbfa9f7c146af45ba58b8 to your computer and use it in GitHub Desktop.
VIM - Remove zero-width spaces
# Remove zero-width spaces
:%s/\%u200b//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment