Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created April 10, 2009 18:49
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 itspriddle/93223 to your computer and use it in GitHub Desktop.
Save itspriddle/93223 to your computer and use it in GitHub Desktop.
{
"\UF729" = "moveToBeginningOfLine:"; /* Home */
"\UF72B" = "moveToEndOfLine:"; /* End */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */
}
/*
Add to ~/Library/KeyBindings/DefaultKeyBinding.dict
Create the directory if it does not exist
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment