Skip to content

Instantly share code, notes, and snippets.

@maio
Created June 5, 2014 09:26
Show Gist options
  • Select an option

  • Save maio/f418922ad290c4457fa2 to your computer and use it in GitHub Desktop.

Select an option

Save maio/f418922ad290c4457fa2 to your computer and use it in GitHub Desktop.
OSX KeyBindings
maio:~ $ cat ~/Library/KeyBindings/DefaultKeyBinding.dict
{
"~d" = "deleteWordForward:";
"^w" = "deleteWordBackward:";
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
"^/" = "undo:";
"^g" = {
"^g" = ("insertText:", "marian.schubert@gmail.com");
"^d" = ("insertText:", "marian.schubert@gooddata.com");
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment