Skip to content

Instantly share code, notes, and snippets.

@dctucker
Created December 15, 2017 18:38
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 dctucker/0d3c82c69b806492dc7438c3a1859e49 to your computer and use it in GitHub Desktop.
Save dctucker/0d3c82c69b806492dc7438c3a1859e49 to your computer and use it in GitHub Desktop.
Library/KeyBindings/DefaultKeyBinding.dict
{
"\UF729" = "moveToBeginningOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
"\UF739" = ("selectAll:","delete:","selectNone:");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment