Skip to content

Instantly share code, notes, and snippets.

@rmetzler
Forked from padde/DefaultKeyBinding.dict
Created October 19, 2022 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmetzler/417e826d58a4c0f6da63154135595467 to your computer and use it in GitHub Desktop.
Save rmetzler/417e826d58a4c0f6da63154135595467 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