Skip to content

Instantly share code, notes, and snippets.

@fmosca
Created August 29, 2011 14:04
Show Gist options
  • Save fmosca/1178453 to your computer and use it in GitHub Desktop.
Save fmosca/1178453 to your computer and use it in GitHub Desktop.
"real" arrows compose-like cocoa keybindings
/* ~/Library/KeyBindings/DefaultKeyBinding.dict */
{
"~-" = {
"<" = ("insertText:", "\U2190");
"\\^" = ("insertText:", "\U2191");
">" = ("insertText:", "\U2192");
"v" = ("insertText:", "\U2193");
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment