Skip to content

Instantly share code, notes, and snippets.

@disjukr
Created December 25, 2013 11:58
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 disjukr/8122614 to your computer and use it in GitHub Desktop.
Save disjukr/8122614 to your computer and use it in GitHub Desktop.
my mac keybinding (Users/disjukr/Library/KeyBindings/DefaultKeyBinding.dict)
{
/* home */
"\UF729" = "moveToBeginningOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
/* end */
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* page up */
"\UF72C" = "pageUp:";
/* page down */
"\UF72D" = "pageDown:";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment