Skip to content

Instantly share code, notes, and snippets.

@tuliren
Last active November 26, 2019 23:03
Show Gist options
  • Save tuliren/7c28f7077bb1cb81892dfce397ed26b3 to your computer and use it in GitHub Desktop.
Save tuliren/7c28f7077bb1cb81892dfce397ed26b3 to your computer and use it in GitHub Desktop.
Mac Key Binding
{
"\UF729" = "moveToBeginningOfLine:"; /* Home */
"\UF72B" = "moveToEndOfLine:"; /* End */
"$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */
"$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */
"\UF72C" = "moveToBeginningOfDocument:"; /* PageUp */
"\UF72D" = "moveToEndOfDocument:"; /* PageDown */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment