Skip to content

Instantly share code, notes, and snippets.

@marciol
Created June 16, 2017 19:39
Show Gist options
  • Save marciol/fd2cf3f76f7cacd32490ef0d4718b06c to your computer and use it in GitHub Desktop.
Save marciol/fd2cf3f76f7cacd32490ef0d4718b06c 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