Skip to content

Instantly share code, notes, and snippets.

@steinsag
Last active December 11, 2015 02:48
Show Gist options
  • Save steinsag/4533325 to your computer and use it in GitHub Desktop.
Save steinsag/4533325 to your computer and use it in GitHub Desktop.
Short sequence of vim commands to create an UTF8 file.
:set nobomb
:set fileencoding=utf-8
:w index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment