Skip to content

Instantly share code, notes, and snippets.

@sincejune
Created April 29, 2017 17:38
Show Gist options
  • Save sincejune/214e0f213061a24b12dca853287cc5cb to your computer and use it in GitHub Desktop.
Save sincejune/214e0f213061a24b12dca853287cc5cb to your computer and use it in GitHub Desktop.
remove chinese in vim
:%s/\v[^\x00-\xff]+//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment