Skip to content

Instantly share code, notes, and snippets.

@splicemaahs
Last active April 3, 2019 19:49
Show Gist options
  • Select an option

  • Save splicemaahs/70d5ae0b9276151fc88642a0d3a661f8 to your computer and use it in GitHub Desktop.

Select an option

Save splicemaahs/70d5ae0b9276151fc88642a0d3a661f8 to your computer and use it in GitHub Desktop.
Mac OS Default Keybinding, Enable Home/End
{
"\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