Skip to content

Instantly share code, notes, and snippets.

@xanathar
Created May 22, 2018 14:22
Show Gist options
  • Save xanathar/5c5927a4b641dbd8738d087a25353351 to your computer and use it in GitHub Desktop.
Save xanathar/5c5927a4b641dbd8738d087a25353351 to your computer and use it in GitHub Desktop.
DefaultKeyBinding.dict
{
"\UF729" = moveToBeginningOfLine:; // home
"\UF72B" = moveToEndOfLine:; // end
"$\UF729" = moveToBeginningOfLineAndModifySelection:; // shift-home
"$\UF72B" = moveToEndOfLineAndModifySelection:; // shift-end
"#," = ("insertText:", "."); // dot keypad
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment