Skip to content

Instantly share code, notes, and snippets.

@padde
Created November 11, 2011 16:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save padde/1358485 to your computer and use it in GitHub Desktop.
Save padde/1358485 to your computer and use it in GitHub Desktop.
Disable non-breaking space (Alt+Space) on OS X
# in ~/Library/KeyBindings/DefaultKeyBinding.dict
{
"~ " = ("insertText:", " ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment