Skip to content

Instantly share code, notes, and snippets.

@gerald-kim
Created August 9, 2011 22:49
Show Gist options
  • Save gerald-kim/1135407 to your computer and use it in GitHub Desktop.
Save gerald-kim/1135407 to your computer and use it in GitHub Desktop.
foo:KeyBindings evacuee$ pwd
/Users/evacuee/Library/KeyBindings
foo:KeyBindings evacuee$ cat DefaultKeyBinding.dict
{
/* home */
"\UF729" = "moveToBeginningOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* end */
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* page up/down */
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment