Skip to content

Instantly share code, notes, and snippets.

@maio
Created June 5, 2014 09:26
Show Gist options
  • Save maio/f418922ad290c4457fa2 to your computer and use it in GitHub Desktop.
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:", "[email protected]");
"^d" = ("insertText:", "[email protected]");
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment