Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created October 2, 2009 01:03
Show Gist options
  • Save seven1m/199361 to your computer and use it in GitHub Desktop.
Save seven1m/199361 to your computer and use it in GitHub Desktop.
{
/* Remap Home / End to be correct on Mac */
"\UF729" = "moveToBeginningOfLine:"; /* Home */
"\UF72B" = "moveToEndOfLine:"; /* End */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment