Skip to content

Instantly share code, notes, and snippets.

@gmambro
Created July 13, 2021 11:21
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 gmambro/286aaed2c1e27661561fbd87451259b7 to your computer and use it in GitHub Desktop.
Save gmambro/286aaed2c1e27661561fbd87451259b7 to your computer and use it in GitHub Desktop.
PC keyboard binding in ~/Library/KeyBindings/
{
"\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