Skip to content

Instantly share code, notes, and snippets.

@JasonGiedymin
Created August 2, 2017 16:40
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 JasonGiedymin/f2928b2764576d31ed81e130986d2f2f to your computer and use it in GitHub Desktop.
Save JasonGiedymin/f2928b2764576d31ed81e130986d2f2f to your computer and use it in GitHub Desktop.
If you use a standard pc keyboard layout for Mac and desire Home|End keys to function, create this file `~/Library/KeyBindings/DefaultKeyBinding.dict`
{
"\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