Skip to content

Instantly share code, notes, and snippets.

@patrickhulce
Created March 24, 2017 18:01
Show Gist options
  • Save patrickhulce/c23a84934814d30643fb2aac0957dcce to your computer and use it in GitHub Desktop.
Save patrickhulce/c23a84934814d30643fb2aac0957dcce to your computer and use it in GitHub Desktop.
Place in ~/Library/KeyBindings/ folder on macOS Sierra
{
"\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