Created
May 22, 2018 14:22
-
-
Save xanathar/5c5927a4b641dbd8738d087a25353351 to your computer and use it in GitHub Desktop.
DefaultKeyBinding.dict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"\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