Skip to content

Instantly share code, notes, and snippets.

View mjleino's full-sized avatar

Mikko Leino mjleino

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mjleino on github.
  • I am mjleino (https://keybase.io/mjleino) on keybase.
  • I have a public key ASCguOLVIuKINNGCTzoQy54LM1ILNizxVOU2Xmw5Ay8lngo

To claim this, I am signing this object:

@mjleino
mjleino / Default (OSX).sublime-keymap
Last active January 31, 2019 20:50
Banish non-breaking spaces from Sublime Text
// Preferencs -> Key Bindings – User
[
{
"keys": ["alt+space"],
"command": "insert",
"args": { "characters": " "}
}
]