Skip to content

Instantly share code, notes, and snippets.

@confluencepoint
Created August 29, 2013 07:46
Show Gist options
  • Save confluencepoint/6375239 to your computer and use it in GitHub Desktop.
Save confluencepoint/6375239 to your computer and use it in GitHub Desktop.
Open files via ctrl+shift+o in Sublime2 with encoding DOS (CP 437)
{ "keys": ["ctrl+shift+o"], "command": "reopen", "args": {"encoding": "DOS (CP 437)" }},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment