Skip to content

Instantly share code, notes, and snippets.

@mjleino
Last active January 31, 2019 20:50
Show Gist options
  • Save mjleino/f28dc9efc7e1e254a9d8 to your computer and use it in GitHub Desktop.
Save mjleino/f28dc9efc7e1e254a9d8 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