Skip to content

Instantly share code, notes, and snippets.

@henriksommerfeld
Created February 25, 2020 11:17
Show Gist options
  • Save henriksommerfeld/d4cd040c49c70ec34816aab969887cca to your computer and use it in GitHub Desktop.
Save henriksommerfeld/d4cd040c49c70ec34816aab969887cca to your computer and use it in GitHub Desktop.
Key bindings for Home and End keys on full size keyboard for macOS
{
"\UF729" = moveToBeginningOfLine:;
"\UF72B" = moveToEndOfLine:;
"$\UF729" = moveToBeginningOfLineAndModifySelection:;
"$\UF72B" = moveToEndOfLineAndModifySelection:;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment