Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CodeBrauer/69d249fd4a7954e479b8da98e825e13c to your computer and use it in GitHub Desktop.
Save CodeBrauer/69d249fd4a7954e479b8da98e825e13c to your computer and use it in GitHub Desktop.
Banish non-breaking spaces from Sublime Text
// Preferencs -> Key Bindings – User
[
{
"keys": ["alt+space"],
"command": "insert",
"args": { "characters": " "}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment